|
@@ -1758,10 +1758,6 @@ static void pull_task(struct rq *src_rq, struct task_struct *p,
|
|
|
set_task_cpu(p, this_cpu);
|
|
|
activate_task(this_rq, p, 0);
|
|
|
check_preempt_curr(this_rq, p, 0);
|
|
|
-
|
|
|
- /* re-arm NEWIDLE balancing when moving tasks */
|
|
|
- src_rq->avg_idle = this_rq->avg_idle = 2*sysctl_sched_migration_cost;
|
|
|
- this_rq->idle_stamp = 0;
|
|
|
}
|
|
|
|
|
|
/*
|