The patch titled smpnice: don't consider sched groups which are lightly loaded for balancing (fix) has been removed from the -mm tree. Its filename is smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix.patch This patch was dropped because it was folded into sched-implement-smpnice.patch ------------------------------------------------------ Subject: smpnice: don't consider sched groups which are lightly loaded for balancing (fix) From: "Siddha, Suresh B" <suresh.b.siddha@xxxxxxxxx> Signed-off-by: Suresh Siddha <suresh.b.siddha@xxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Acked-by: Peter Williams <pwil3058@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/sched.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff -puN kernel/sched.c~smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix kernel/sched.c --- devel/kernel/sched.c~smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix 2006-06-09 15:22:29.000000000 -0700 +++ devel-akpm/kernel/sched.c 2006-06-09 15:22:29.000000000 -0700 @@ -2197,11 +2197,13 @@ find_busiest_group(struct sched_domain * * moved */ if (*imbalance < busiest_load_per_task) { -small_imbalance: - unsigned long pwr_now = 0, pwr_move = 0; + unsigned long pwr_now, pwr_move; unsigned long tmp; - unsigned int imbn = 2; + unsigned int imbn; +small_imbalance: + pwr_move = pwr_now = 0; + imbn = 2; if (this_nr_running) { this_load_per_task /= this_nr_running; if (busiest_load_per_task > this_load_per_task) _ 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.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