Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/11/2007 19:07:29
Module Name:	src
Committed By:	ad
Date:		Tue Dec 11 19:07:29 UTC 2007

Modified Files:
	src/sys/kern: kern_softint.c subr_pool.c

Log Message:
Change the ncpu test to work when a pool_cache or softint is initialized
between mi_cpu_attach() and attachment of the boot CPU. Suggested by mrg@.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/kern/kern_softint.c
cvs rdiff -r1.138 -r1.139 src/sys/kern/subr_pool.c

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