Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/31/2007 15:36:07
Module Name:	src
Committed By:	pooka
Date:		Wed Oct 31 15:36:07 UTC 2007

Modified Files:
	src/sys/kern: kern_lock.c

Log Message:
Wrap parts dealing with kernel_lock behind #ifndef _RUMPKERNEL.
I don't like doing this, but there's too much pain to get this file
to compile clean due to how SPINLOCK_{BACKOFF,SPIN}_HOOK and
mb_write() are spread out in weird weird places throughout MD code.


To generate a diff of this commit:
cvs rdiff -r1.123 -r1.124 src/sys/kern/kern_lock.c

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