Subject: PR/35866 CVS commit: src/sys/arch/vax
To: None <port-vax-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Anders Magnusson <ragge@netbsd.org>
List: netbsd-bugs
Date: 03/04/2007 07:30:02
The following reply was made to PR port-vax/35866; it has been noted by GNATS.
From: Anders Magnusson <ragge@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/35866 CVS commit: src/sys/arch/vax
Date: Sun, 4 Mar 2007 07:28:13 +0000 (UTC)
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.