The patch titled sched: remove dead code has been added to the -mm tree. Its filename is smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix-2patch.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: "Siddha, Suresh B" <suresh.b.siddha@xxxxxxxxx> Remove the dead code. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/sched.c | 3 --- 1 files 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-04-29 00:00:48.000000000 -0700 +++ devel-akpm/kernel/sched.c 2006-04-29 00:00:48.000000000 -0700 @@ -2113,7 +2113,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); @@ -2134,8 +2133,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 sched-implement-smpnice.patch sched-prevent-high-load-weight-tasks-suppressing-balancing.patch sched-improve-stability-of-smpnice-load-balancing.patch sched-improve-smpnice-load-balancing-when-load-per-task.patch smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing.patch smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix.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 - 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