Subject: CVS commit: [vmlocking] src/sys/arch
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/16/2007 20:31:20
Module Name:	src
Committed By:	ad
Date:		Fri Nov 16 20:31:20 UTC 2007

Modified Files:
	src/sys/arch/amd64/amd64 [vmlocking]: locore.S vector.S
	src/sys/arch/i386/i386 [vmlocking]: locore.S vector.S

Log Message:
- Don't bother entering the debugger for WARNING: SPL NOT LOWERED ...
  It's nearly impossible to debug at that point. Just patch things
  up and continue.
- Don't assign to ci_ilevel to drop the IPL, it can cause deadlock.
  Use spllower() instead.


To generate a diff of this commit:
cvs rdiff -r1.20.4.5 -r1.20.4.6 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -r1.10.6.7 -r1.10.6.8 src/sys/arch/amd64/amd64/vector.S
cvs rdiff -r1.47.4.8 -r1.47.4.9 src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.24.6.7 -r1.24.6.8 src/sys/arch/i386/i386/vector.S

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