Subject: CVS commit: src/sys/arch/alpha/alpha
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/24/2003 00:41:25
Module Name:	src
Committed By:	nathanw
Date:		Sun Feb 23 22:41:25 UTC 2003

Modified Files:
	src/sys/arch/alpha/alpha: pmap.c

Log Message:
In pmap_physpage_alloc() and pmap_physpage_free(): only the DIAGNOSTIC
check is inside the simple_lock()/simple_unlock() pair, so move the locks
inside the #ifdef as well.

Additionally, change the #ifdef from DIAGNOSTIC to DEBUG; the condition
is too weird to be worth checking at DIAGNOSTIC, according ot Jason.


To generate a diff of this commit:
cvs rdiff -r1.195 -r1.196 src/sys/arch/alpha/alpha/pmap.c

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