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

Collapse All | Expand All

(-)b/sys/x86/x86/mp_x86.c (+4 lines)
Lines 1678-1683 smp_targeted_tlb_shootdown(cpuset_t mask, u_int vector, pmap_t pmap, Link Here
1678
	uint32_t generation;
1678
	uint32_t generation;
1679
	int cpu;
1679
	int cpu;
1680
1680
1681
#ifdef __i386__
1682
	sched_pin();
1683
#endif
1684
1681
	/*
1685
	/*
1682
	 * It is not necessary to signal other CPUs while booting or
1686
	 * It is not necessary to signal other CPUs while booting or
1683
	 * when in the debugger.
1687
	 * when in the debugger.

Return to bug 261338