Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/28/2007 21:24:19
Module Name:	src
Committed By:	mrg
Date:		Mon May 28 21:24:19 UTC 2007

Modified Files:
	src/sys/arch/sparc/sparc: cpu.c pmap.c

Log Message:
cpu_attach(): in the MP case, fix up idle lwp info as well as lwp0.l_cpu.
for LOCKDEBUG, mutex_destroy() the cpu0 spc_lwplock with the global
cpuinfo VA, and re-mutex_init() it with the per-cpu address that is only
now available.  for non-boot cpus, be sure to also initialise curlwp to
the idle lwp.

xcall(), pmap_quiet_check(), pmap_pmap_pool_ctor(), pmap_pmap_pool_dtor(),
and pmap_enu4m(): don't care about cpus that have not been attached yet.


To generate a diff of this commit:
cvs rdiff -r1.202 -r1.203 src/sys/arch/sparc/sparc/cpu.c
cvs rdiff -r1.315 -r1.316 src/sys/arch/sparc/sparc/pmap.c

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