Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 02/11/2003 11:43:38
Module Name: src
Committed By: yamt
Date: Tue Feb 11 09:43:38 UTC 2003
Modified Files:
src/sys/kern: kern_timeout.c
Log Message:
- don't compare c_time directly.
- in callout_hardclock, test if timeout_todo is empty or not
before release the lock.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/kern/kern_timeout.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.