K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-17T17:53:36.000000Z K 7 svn:log V 470 Fix an old bug related to BETTER_CLOCK. Call forward_*clock if SMP and __i386__ are defined rather than if SMP and BETTER_CLOCK are defined. The removal of BETTER_CLOCK would have broken this except that kern_clock.c doesn't include , so it doesn't see the definition of BETTER_CLOCK, and forward_*clock aren't called, even on 4.x. This seems to fix the problem where a n-way SMP system would see 100 * n clk interrupts and 128 * n rtc interrupts. END