cvs commit: src/sys/kern kern_clock.c
Robert Watson
rwatson at FreeBSD.org
Wed May 23 17:27:02 UTC 2007
rwatson 2007-05-23 17:27:01 UTC
FreeBSD src repository
Modified files:
sys/kern kern_clock.c
Log:
Initialize time_lock before calling cpu_initclocks(). This corrects a
race condition in which hardclock fires before the mutex is initialized
leading to a "corrupt spinlock" panic.
Submitted by: attilio
Revision Changes Path
1.196 +1 -1 src/sys/kern/kern_clock.c
More information about the cvs-src
mailing list