Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 06/08/2001 19:15:24
Module Name: syssrc
Committed By: mrg
Date: Fri Jun 8 16:15:24 UTC 2001
Modified Files:
syssrc/sys/arch/sparc/sparc: locore.s
Log Message:
more SMP work: finish up ipi's, SMP DDB support, cpu startup issues, and
idle() u area issues:
in nmi_sun4m(), if this is a soft NMI and DDB is configured, setup a trapframe
and pass it to nmi_soft(). in cpu_hatch(), spin until our cpu's flags no longer
have CPUFLG_STARTUP set. then, setup registers and jump to
idle_enter_no_schedlock. in idle(), if MULTIPROCESSOR, always switch to this
cpus idle u. a minor optimisation to cpu_switch().
To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 syssrc/sys/arch/sparc/sparc/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.