Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 01/07/2003 18:20:15
Module Name:	src
Committed By:	mrg
Date:		Tue Jan  7 16:20:14 UTC 2003

Modified Files:
	src/sys/arch/sparc/sparc: cpu.c cpuvar.h intr.c trap.c

Log Message:
- add a new message tag for level15 software NMI, and switch ddb to use this
rather than the level13 software intr xpmsg area.  now DDB IPI's don't lock
the xpmsg_lock and we avoid recursion and more.
- don't actually use cpuinfo.msg.lock yet, xpmsg_lock suffices.
- reread the pending register on mbus hypersparc cpus to avoid bugs in the
h/w that cause IPI's to be missed.


To generate a diff of this commit:
cvs rdiff -r1.152 -r1.153 src/sys/arch/sparc/sparc/cpu.c
cvs rdiff -r1.48 -r1.49 src/sys/arch/sparc/sparc/cpuvar.h
cvs rdiff -r1.71 -r1.72 src/sys/arch/sparc/sparc/intr.c
cvs rdiff -r1.124 -r1.125 src/sys/arch/sparc/sparc/trap.c

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