The patch titled sched: fix idle at tick has been removed from the -mm tree. Its filename was sched-fix-idle-load-balancing-in-softirqd-context-fix.patch This patch was dropped because it was folded into sched-fix-idle-load-balancing-in-softirqd-context.patch ------------------------------------------------------ Subject: sched: fix idle at tick From: Con Kolivas <kernel@xxxxxxxxxxx> Fix reverse idle at tick logic. Signed-off-by: Con Kolivas <kernel@xxxxxxxxxxx> Cc: "Siddha, Suresh B" <suresh.b.siddha@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/sched.c~sched-fix-idle-load-balancing-in-softirqd-context-fix kernel/sched.c --- a/kernel/sched.c~sched-fix-idle-load-balancing-in-softirqd-context-fix +++ a/kernel/sched.c @@ -3220,7 +3220,7 @@ void scheduler_tick(void) update_cpu_clock(p, rq, now); - if (idle_at_tick) + if (!idle_at_tick) task_running_tick(rq, p); #ifdef CONFIG_SMP update_load(rq); _ Patches currently in -mm which might be from kernel@xxxxxxxxxxx are sched-fix-idle-load-balancing-in-softirqd-context.patch sched-fix-idle-load-balancing-in-softirqd-context-fix.patch sched-redundant-reschedule-when-set_user_nice-boosts-a-prio-of-a-task-from-the-expired-array.patch sched-redundant-reschedule-when-set_user_nice-boosts-a-prio-of-a-task-from-the-expired-array-update.patch sched-add-above-background-load-function.patch mm-implement-swap-prefetching.patch swap-prefetch-avoid-repeating-entry.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html