Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/21/2000 05:03:13
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Aug 21 02:03:13 UTC 2000

Modified Files:
	syssrc/sys/arch/alpha/alpha: cpu.c debug.s ipifuncs.c
	syssrc/sys/arch/alpha/include: cpu.h intr.h

Log Message:
Add experimental code for pausing other CPUs upon a CPU's
entry into the debugger.  While I'm here, add splsched()
as per spl(9).


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 syssrc/sys/arch/alpha/alpha/cpu.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/alpha/alpha/debug.s
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/alpha/alpha/ipifuncs.c
cvs rdiff -r1.44 -r1.45 syssrc/sys/arch/alpha/include/cpu.h
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/alpha/include/intr.h

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