diff options
Diffstat (limited to 'include/asm-x86_64/topology.h')
-rw-r--r-- | include/asm-x86_64/topology.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/asm-x86_64/topology.h b/include/asm-x86_64/topology.h index 8f77e9f6bc23..c1bc3fad482e 100644 --- a/include/asm-x86_64/topology.h +++ b/include/asm-x86_64/topology.h | |||
@@ -39,12 +39,16 @@ extern int __node_distance(int, int); | |||
39 | .busy_factor = 32, \ | 39 | .busy_factor = 32, \ |
40 | .imbalance_pct = 125, \ | 40 | .imbalance_pct = 125, \ |
41 | .cache_hot_time = (10*1000000), \ | 41 | .cache_hot_time = (10*1000000), \ |
42 | .cache_nice_tries = 1, \ | 42 | .cache_nice_tries = 2, \ |
43 | .busy_idx = 3, \ | ||
44 | .idle_idx = 2, \ | ||
45 | .newidle_idx = 0, \ | ||
46 | .wake_idx = 1, \ | ||
47 | .forkexec_idx = 1, \ | ||
43 | .per_cpu_gain = 100, \ | 48 | .per_cpu_gain = 100, \ |
44 | .flags = SD_LOAD_BALANCE \ | 49 | .flags = SD_LOAD_BALANCE \ |
45 | | SD_BALANCE_NEWIDLE \ | 50 | | SD_BALANCE_FORK \ |
46 | | SD_BALANCE_EXEC \ | 51 | | SD_BALANCE_EXEC \ |
47 | | SD_WAKE_IDLE \ | ||
48 | | SD_WAKE_BALANCE, \ | 52 | | SD_WAKE_BALANCE, \ |
49 | .last_balance = jiffies, \ | 53 | .last_balance = jiffies, \ |
50 | .balance_interval = 1, \ | 54 | .balance_interval = 1, \ |