Subject: CVS commit: [newlock2] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 01/12/2007 20:18:29
Module Name:	src
Committed By:	ad
Date:		Fri Jan 12 20:18:29 UTC 2007

Modified Files:
	src/sys/arch/amd64/amd64 [newlock2]: cpu.c lock_stubs.S
	src/sys/arch/i386/i386 [newlock2]: lock_stubs.S
	src/sys/kern [newlock2]: kern_mutex.c
	src/sys/sys [newlock2]: mutex.h

Log Message:
Fix 'SPL NOT LOWERED ON SYSCALL EXIT' with amd64.


To generate a diff of this commit:
cvs rdiff -r1.12.4.3 -r1.12.4.4 src/sys/arch/amd64/amd64/cpu.c
cvs rdiff -r1.1.2.8 -r1.1.2.9 src/sys/arch/amd64/amd64/lock_stubs.S
cvs rdiff -r1.1.2.8 -r1.1.2.9 src/sys/arch/i386/i386/lock_stubs.S
cvs rdiff -r1.1.36.9 -r1.1.36.10 src/sys/kern/kern_mutex.c
cvs rdiff -r1.1.36.6 -r1.1.36.7 src/sys/sys/mutex.h

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