aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/topology.h
diff options
context:
space:
mode:
authorNick Piggin <nickpiggin@yahoo.com.au>2005-06-25 17:57:17 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-25 19:24:42 -0400
commitcafb20c1f9976a70d633bb1e1c8c24eab00e4e80 (patch)
tree7ff8e6060990889992d51d542abde31cf0d7a1ef /include/linux/topology.h
parenta3f21bce1fefdf92a4d1705e888d390b10f3ac6f (diff)
[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.h1
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 @@
127 | SD_BALANCE_NEWIDLE \ 127 | SD_BALANCE_NEWIDLE \
128 | SD_BALANCE_EXEC \ 128 | SD_BALANCE_EXEC \
129 | SD_WAKE_AFFINE \ 129 | SD_WAKE_AFFINE \
130 | SD_WAKE_IDLE \
131 | SD_WAKE_BALANCE, \ 130 | SD_WAKE_BALANCE, \
132 .last_balance = jiffies, \ 131 .last_balance = jiffies, \
133 .balance_interval = 1, \ 132 .balance_interval = 1, \