The patch titled sched: remove dead code has been removed from the -mm tree. Its filename is smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix-2patch.patch This patch was dropped because it was folded into sched-implement-smpnice.patch ------------------------------------------------------ Subject: sched: remove dead code From: "Siddha, Suresh B" <suresh.b.siddha@xxxxxxxxx> Remove the dead code. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/sched.c | 3 --- 1 file changed, 3 deletions(-) diff -puN kernel/sched.c~smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix-2patch kernel/sched.c --- devel/kernel/sched.c~smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix-2patch 2006-06-09 15:18:10.000000000 -0700 +++ devel-akpm/kernel/sched.c 2006-06-09 15:18:10.000000000 -0700 @@ -2101,7 +2101,6 @@ find_busiest_group(struct sched_domain * int local_group; int i; unsigned long sum_nr_running, sum_weighted_load; - unsigned int nr_loaded_cpus = 0; /* where nr_running > 1 */ local_group = cpu_isset(this_cpu, group->cpumask); @@ -2122,8 +2121,6 @@ find_busiest_group(struct sched_domain * avg_load += load; sum_nr_running += rq->nr_running; - if (rq->nr_running > 1) - ++nr_loaded_cpus; sum_weighted_load += rq->raw_weighted_load; } _ Patches currently in -mm which might be from suresh.b.siddha@xxxxxxxxx are origin.patch sched-implement-smpnice.patch smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix-2patch.patch sched-modify-move_tasks-to-improve-load-balancing-outcomes.patch sched-avoid-unnecessarily-moving-highest-priority-task-move_tasks.patch sched-avoid-unnecessarily-moving-highest-priority-task-move_tasks-fix-2.patch sched_domain-handle-kmalloc-failure.patch sched_domain-handle-kmalloc-failure-fix.patch sched_domain-dont-use-gfp_atomic.patch sched_domain-use-kmalloc_node.patch sched_domain-allocate-sched_group-structures-dynamically.patch sched-mc-smt-power-savings-sched-policy.patch sched-mc-smt-power-savings-sched-policy-sparc64-build-fix.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