diff options
Diffstat (limited to 'include/asm-x86_64/topology.h')
-rw-r--r-- | include/asm-x86_64/topology.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86_64/topology.h b/include/asm-x86_64/topology.h index 802d09b9c99f..c1bc3fad482e 100644 --- a/include/asm-x86_64/topology.h +++ b/include/asm-x86_64/topology.h | |||
@@ -42,12 +42,11 @@ extern int __node_distance(int, int); | |||
42 | .cache_nice_tries = 2, \ | 42 | .cache_nice_tries = 2, \ |
43 | .busy_idx = 3, \ | 43 | .busy_idx = 3, \ |
44 | .idle_idx = 2, \ | 44 | .idle_idx = 2, \ |
45 | .newidle_idx = 1, \ | 45 | .newidle_idx = 0, \ |
46 | .wake_idx = 1, \ | 46 | .wake_idx = 1, \ |
47 | .forkexec_idx = 1, \ | 47 | .forkexec_idx = 1, \ |
48 | .per_cpu_gain = 100, \ | 48 | .per_cpu_gain = 100, \ |
49 | .flags = SD_LOAD_BALANCE \ | 49 | .flags = SD_LOAD_BALANCE \ |
50 | | SD_BALANCE_NEWIDLE \ | ||
51 | | SD_BALANCE_FORK \ | 50 | | SD_BALANCE_FORK \ |
52 | | SD_BALANCE_EXEC \ | 51 | | SD_BALANCE_EXEC \ |
53 | | SD_WAKE_BALANCE, \ | 52 | | SD_WAKE_BALANCE, \ |