Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 09/18/2006 23:56:54
Module Name:	src
Committed By:	mrg
Date:		Mon Sep 18 23:56:54 UTC 2006

Modified Files:
	src/sys/arch/sparc64/sparc64: pmap.c

Log Message:
pmap_bootstrap() gets a bit of SMP help:
	- initialise bootcpu->ci_{cpcb,initstack}/proc0paddr from the
	  idle u area.
pmap_extract():
	- make this work on the kernel interrupt stack as well

both of these are from petrov@ via martin@.

pmap_update(): XXX mark the MULTIPROCESSOR call to smp_tlb_flush_all().


To generate a diff of this commit:
cvs rdiff -r1.173 -r1.174 src/sys/arch/sparc64/sparc64/pmap.c

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