]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sched: Fix idle balancing
authorNikhil Rao <ncrao@google.com>
Thu, 10 Feb 2011 09:23:29 +0000 (10:23 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 23:37:30 +0000 (15:37 -0800)
commit354f5613d804571fa88ecff8eec02d5ba57d8b07
tree66004b7c807a33fc4376b1352967fdecbd7db6fd
parent82dd2a0c715ff88660278a3cb8a2d0efa866e234
sched: Fix idle balancing

Commit: d5ad140bc1505a98c0f040937125bfcbb508078f upstream

An earlier commit reverts idle balancing throttling reset to fix a 30%
regression in volanomark throughput. We still need to reset idle_stamp
when we pull a task in newidle balance.

Reported-by: Alex Shi <alex.shi@intel.com>
Signed-off-by: Nikhil Rao <ncrao@google.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1290022924-3548-1-git-send-email-ncrao@google.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Mike Galbraith <efault@gmx.de>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/sched.c