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

Re: 6/15 kernel panic


From: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Date: Thu, 16 Jun 2005 18:42:51 +0900

On Wed, Jun 15, 2005 at 09:46:09PM -0700, Matthew Dillon wrote:
>     The callout timer module was init'ing using SI_SUB_CPU / SI_ORDER_FIRST,
>     which put it at odds with the initialization of the SMP subsystem.
>     Recent completely unrelated changes to conf/files caused the linker
>     to reorder the callout timer module's init code in front of the SMP
>     init code, revealing the bug.

Thanks, this also fixes the panic at the beginning of lwkt_switch()
I've been seeing these days on X345.  Did this also affect an SMP machine
running a UP kernel?



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