diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index e42ec5285ebe..b3cf10df1d85 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -910,10 +910,8 @@ sched_balance_pair(struct tdq *high, struct tdq *low) * reschedule with the new workload. */ cpu = TDQ_ID(low); - sched_pin(); if (cpu != PCPU_GET(cpuid)) ipi_cpu(cpu, IPI_PREEMPT); - sched_unpin(); } tdq_unlock_pair(high, low); return (moved);