Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 01/28/2003 00:38:26
Module Name:	src
Committed By:	pk
Date:		Mon Jan 27 22:38:26 UTC 2003

Modified Files:
	src/sys/kern: kern_clock.c

Log Message:
There's a locking order issue with the scheduler and the callwheel locks
as ltsleep() may call callout_reset() with the scheduler lock held.
So, prevent interrupts that may take the scheduler lock while holding
the callwheel lock.


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/sys/kern/kern_clock.c

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