diff options
author | Nick Piggin | 2005-06-25 23:57:17 +0200 |
---|---|---|
committer | Linus Torvalds | 2005-06-26 01:24:42 +0200 |
commit | cafb20c1f9976a70d633bb1e1c8c24eab00e4e80 (patch) | |
tree | 7ff8e6060990889992d51d542abde31cf0d7a1ef /include/linux/topology.h | |
parent | [PATCH] sched: tweak affine wakeups (diff) | |
download | kernel-qcow2-linux-cafb20c1f9976a70d633bb1e1c8c24eab00e4e80.tar.gz kernel-qcow2-linux-cafb20c1f9976a70d633bb1e1c8c24eab00e4e80.tar.xz kernel-qcow2-linux-cafb20c1f9976a70d633bb1e1c8c24eab00e4e80.zip |
[PATCH] sched: no aggressive idle balancing
Remove the very aggressive idle stuff that has recently gone into 2.6 - it is
going against the direction we are trying to go. Hopefully we can regain
performance through other methods.
Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/topology.h')
-rw-r--r-- | include/linux/topology.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/topology.h b/include/linux/topology.h index ae9c2216dfa6..b23ec64df7f1 100644 --- a/include/linux/topology.h +++ b/include/linux/topology.h @@ -127,7 +127,6 @@ | SD_BALANCE_NEWIDLE \ | SD_BALANCE_EXEC \ | SD_WAKE_AFFINE \ - | SD_WAKE_IDLE \ | SD_WAKE_BALANCE, \ .last_balance = jiffies, \ .balance_interval = 1, \ |