Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/22/2000 08:53:52
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Jan 22 16:53:51 UTC 2000

Modified Files:
	syssrc/sys/kern: kern_proc.c

Log Message:
After some discussion with Mycroft, change splstatclock() to splclock().
The rule is that you don't get to call scheduler-related functions (e.g.
wakeup()) above the clock interrupt.  Going to statclock unnecessarily
hoses e.g. serial interrupts on the SPARC.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 syssrc/sys/kern/kern_proc.c

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