sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/
commitde0cf899bbf06b6f64a5dce9c59d74c41b6b4232
authorOleg Nesterov <oleg@tv-sign.ru>
Sun, 12 Aug 2007 16:08:19 +0000 (12 18:08 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 12 Aug 2007 16:08:19 +0000 (12 18:08 +0200)
tree0bec43e98303fd2459f4e9fdd60aa05b5ee6b8ef
parent5d2b3d3695a841231b65b5536a70dc29961c5611
sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/

rebalance_domains(SCHED_IDLE) looks strange (typo), change it to CPU_IDLE.

the effect of this bug was slightly more agressive idle-balancing on
SMP than intended.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c