View | Details | Raw Unified | Return to bug 275086
Collapse All | Expand All

(-)b/sys/kern/kern_clocksource.c (-1 / +2 lines)
Lines 543-549 configtimer(int start) Link Here
543
		    (cpu == curcpu) ? 0 : ( start ? 1 : 2));
543
		    (cpu == curcpu) ? 0 : ( start ? 1 : 2));
544
	}
544
	}
545
	/* Broadcast reconfigure IPI. */
545
	/* Broadcast reconfigure IPI. */
546
	ipi_all_but_self(IPI_HARDCLOCK);
546
	if (mp_ncpus > 1)
547
		ipi_all_but_self(IPI_HARDCLOCK);
547
	/* Wait for reconfiguration completed. */
548
	/* Wait for reconfiguration completed. */
548
restart:
549
restart:
549
	cpu_spinwait();
550
	cpu_spinwait();

Return to bug 275086