cvs commit: src/sys/kern kern_timeout.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jun 15 21:44:33 PDT 2005
dillon 2005/06/15 21:43:27 PDT
DragonFly src repository
Modified files:
sys/kern kern_timeout.c
Log:
The callout timer init code was using { SI_SUB_CPU , SI_ORDER_FIRST }.
Recent changes to conf/files caused the kernel to reorder the timer init
to prior the SMP cpu init, causing the timer init to believe that only
one cpu existed.
Fix the ordering by setting it to SI_ORDER_SECOND.
Revision Changes Path
1.18 +4 -1 src/sys/kern/kern_timeout.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_timeout.c.diff?r1=1.17&r2=1.18&f=u
More information about the Commits
mailing list