diff -urpN -X /home/fletch/.diff.exclude 114-sched_tunables/kernel/sched.c 118-node_rebalance/kernel/sched.c --- 114-sched_tunables/kernel/sched.c Sun Apr 20 21:11:59 2003 +++ 118-node_rebalance/kernel/sched.c Sun Apr 20 21:16:42 2003 @@ -979,7 +979,7 @@ static int find_busiest_node(int this_no #endif /* CONFIG_NUMA */ int idle_node_rebalance_ratio = 10; -int busy_node_rebalance_ratio = 100; +int busy_node_rebalance_ratio = 2; #if CONFIG_SMP