DragonFly BSD
DragonFly commits List (threaded) for 2005-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern kern_timeout.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 15 Jun 2005 21:43:27 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]