Subject: CVS commit: [newlock2] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/19/2006 23:04:44
Module Name:	src
Committed By:	ad
Date:		Tue Sep 19 23:04:44 UTC 2006

Modified Files:
	src/sys/kern [newlock2]: kern_timeout.c
	src/sys/sys [newlock2]: callout.h

Log Message:
- If the callout is running on another CPU, spin before stopping or
  rescheduling it.
- Use mutexes.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.17.20.1 src/sys/kern/kern_timeout.c
cvs rdiff -r1.22 -r1.22.20.1 src/sys/sys/callout.h

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