diff options
Diffstat (limited to 'include/linux/topology.h')
-rw-r--r-- | include/linux/topology.h | 11 |
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, \ |