Subject: CVS commit: src/sys/arch/vax
To: None <source-changes@NetBSD.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 03/04/2007 07:28:13
Module Name:	src
Committed By:	ragge
Date:		Sun Mar  4 07:28:13 UTC 2007

Modified Files:
	src/sys/arch/vax/include: lock.h
	src/sys/arch/vax/vax: subr.S

Log Message:
cpu_simple_lock() calls are emitted in the UP case if DEBUG || DIAGNOSTIC.
This should probably be fixed somewhere else, but currently just include
it here. Fixes PR#35866 from Henry R. Bent.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/arch/vax/include/lock.h
cvs rdiff -r1.14 -r1.15 src/sys/arch/vax/vax/subr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.