Subject: CVS commit: syssrc/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 05/14/2002 22:22:35
Module Name:	syssrc
Committed By:	chris
Date:		Tue May 14 19:22:35 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/arm32: cpuswitch.S pmap.c

Log Message:
Implement scheduler lock protocol, this fixes PR arm/10863.

Also add correct locking when freeing pages in pmap_destroy (fix from potr)

This now means that arm32 kernels can be built with LOCKDEBUG enabled. (only tested on cats though)


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/arm/arm32/cpuswitch.S
cvs rdiff -r1.96 -r1.97 syssrc/sys/arch/arm/arm32/pmap.c

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