Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [wrstuden-revivesa] src/sys/kern
Module Name: src
Committed By: wrstuden
Date: Sun Jun 29 03:28:40 UTC 2008
Modified Files:
src/sys/kern [wrstuden-revivesa]: kern_time.c
Log Message:
Don't grab sa_mutex in timerupcall(). we don't need it, and sa_upcall()
needs it to not be locked.
Don't call wakeup(). Just don't. lwp_unsleep() is the thing to call.
To generate a diff of this commit:
cvs rdiff -r1.146.2.4 -r1.146.2.5 src/sys/kern/kern_time.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index