aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/topology.h
diff options
context:
space:
mode:
authorNick Piggin <nickpiggin@yahoo.com.au>2005-06-25 17:57:21 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-25 19:24:42 -0400
commit687f1661d302bc70ce906594a6d3f615ef075a50 (patch)
tree2895a027851322c2badcd40acf6b871698f2962b /include/linux/topology.h
parent68767a0ae428801649d510d9a65bb71feed44dd1 (diff)
[PATCH] sched: sched tuning
Do some basic initial tuning. 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.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/linux/topology.h b/include/linux/topology.h
index 665597207def..0320225e96da 100644
--- a/include/linux/topology.h
+++ b/include/linux/topology.h
@@ -91,7 +91,7 @@
91 .per_cpu_gain = 25, \ 91 .per_cpu_gain = 25, \
92 .busy_idx = 0, \ 92 .busy_idx = 0, \
93 .idle_idx = 0, \ 93 .idle_idx = 0, \
94 .newidle_idx = 0, \ 94 .newidle_idx = 1, \
95 .wake_idx = 0, \ 95 .wake_idx = 0, \
96 .forkexec_idx = 0, \ 96 .forkexec_idx = 0, \
97 .flags = SD_LOAD_BALANCE \ 97 .flags = SD_LOAD_BALANCE \
@@ -121,15 +121,14 @@
121 .cache_nice_tries = 1, \ 121 .cache_nice_tries = 1, \
122 .per_cpu_gain = 100, \ 122 .per_cpu_gain = 100, \
123 .busy_idx = 2, \ 123 .busy_idx = 2, \
124 .idle_idx = 0, \ 124 .idle_idx = 1, \
125 .newidle_idx = 1, \ 125 .newidle_idx = 2, \
126 .wake_idx = 1, \ 126 .wake_idx = 1, \
127 .forkexec_idx = 0, \ 127 .forkexec_idx = 1, \
128 .flags = SD_LOAD_BALANCE \ 128 .flags = SD_LOAD_BALANCE \
129 | SD_BALANCE_NEWIDLE \ 129 | SD_BALANCE_NEWIDLE \
130 | SD_BALANCE_EXEC \ 130 | SD_BALANCE_EXEC \
131 | SD_WAKE_AFFINE \ 131 | SD_WAKE_AFFINE, \
132 | SD_WAKE_BALANCE, \
133 .last_balance = jiffies, \ 132 .last_balance = jiffies, \
134 .balance_interval = 1, \ 133 .balance_interval = 1, \
135 .nr_balance_failed = 0, \ 134 .nr_balance_failed = 0, \