View | Details | Raw Unified | Return to bug 215898 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/kern/kern_clocksource.c (-1 / +1 lines)
Lines 511-517 configtimer(int start) Link Here
511
			state->nexthard = next;
511
			state->nexthard = next;
512
			state->nextstat = next;
512
			state->nextstat = next;
513
			state->nextprof = next;
513
			state->nextprof = next;
514
			state->nextcall = next;
514
			state->nextcall = SBT_MAX;
515
			state->nextcallopt = next;
515
			state->nextcallopt = next;
516
			hardclock_sync(cpu);
516
			hardclock_sync(cpu);
517
		}
517
		}

Return to bug 215898