diff options
author | Nick Piggin <nickpiggin@yahoo.com.au> | 2005-06-25 17:57:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-25 19:24:42 -0400 |
commit | cafb20c1f9976a70d633bb1e1c8c24eab00e4e80 (patch) | |
tree | 7ff8e6060990889992d51d542abde31cf0d7a1ef /include | |
parent | a3f21bce1fefdf92a4d1705e888d390b10f3ac6f (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')
-rw-r--r-- | include/asm-i386/topology.h | 1 | ||||
-rw-r--r-- | include/asm-x86_64/topology.h | 1 | ||||
-rw-r--r-- | include/linux/topology.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-i386/topology.h b/include/asm-i386/topology.h index 0055fbfeec7b..5eb6f61dcefc 100644 --- a/include/asm-i386/topology.h +++ b/include/asm-i386/topology.h | |||
@@ -82,7 +82,6 @@ static inline int node_to_first_cpu(int node) | |||
82 | .flags = SD_LOAD_BALANCE \ | 82 | .flags = SD_LOAD_BALANCE \ |
83 | | SD_BALANCE_EXEC \ | 83 | | SD_BALANCE_EXEC \ |
84 | | SD_BALANCE_NEWIDLE \ | 84 | | SD_BALANCE_NEWIDLE \ |
85 | | SD_WAKE_IDLE \ | ||
86 | | SD_WAKE_BALANCE, \ | 85 | | SD_WAKE_BALANCE, \ |
87 | .last_balance = jiffies, \ | 86 | .last_balance = jiffies, \ |
88 | .balance_interval = 1, \ | 87 | .balance_interval = 1, \ |
diff --git a/include/asm-x86_64/topology.h b/include/asm-x86_64/topology.h index fe8d80a15751..9cb7459ce722 100644 --- a/include/asm-x86_64/topology.h +++ b/include/asm-x86_64/topology.h | |||
@@ -48,7 +48,6 @@ extern int __node_distance(int, int); | |||
48 | .flags = SD_LOAD_BALANCE \ | 48 | .flags = SD_LOAD_BALANCE \ |
49 | | SD_BALANCE_NEWIDLE \ | 49 | | SD_BALANCE_NEWIDLE \ |
50 | | SD_BALANCE_EXEC \ | 50 | | SD_BALANCE_EXEC \ |
51 | | SD_WAKE_IDLE \ | ||
52 | | SD_WAKE_BALANCE, \ | 51 | | SD_WAKE_BALANCE, \ |
53 | .last_balance = jiffies, \ | 52 | .last_balance = jiffies, \ |
54 | .balance_interval = 1, \ | 53 | .balance_interval = 1, \ |
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, \ |