Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/25/2007 22:33:59
Module Name:	src
Committed By:	ad
Date:		Tue Sep 25 22:33:59 UTC 2007

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

Log Message:
Make previous conditional upon !__i386__ && !__x86_64__. I know this is
gross but it's a debug check that's not intended to live very long.
curlwp is about to become a function on x86 (and so can't be assigned to).


To generate a diff of this commit:
cvs rdiff -r1.316 -r1.317 src/sys/kern/init_main.c

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