Date: Wed, 23 May 2007 17:27:01 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_clock.c Message-ID: <200705231727.l4NHR1X0079863@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705231727.l4NHR1X0079863>
