|
@@ -6701,12 +6701,6 @@ more_balance:
|
|
|
|
|
|
local_irq_restore(flags);
|
|
local_irq_restore(flags);
|
|
|
|
|
|
- /*
|
|
|
|
- * some other cpu did the load balance for us.
|
|
|
|
- */
|
|
|
|
- if (cur_ld_moved && env.dst_cpu != smp_processor_id())
|
|
|
|
- resched_cpu(env.dst_cpu);
|
|
|
|
-
|
|
|
|
if (env.flags & LBF_NEED_BREAK) {
|
|
if (env.flags & LBF_NEED_BREAK) {
|
|
env.flags &= ~LBF_NEED_BREAK;
|
|
env.flags &= ~LBF_NEED_BREAK;
|
|
goto more_balance;
|
|
goto more_balance;
|