aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/topology.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/topology.h')
-rw-r--r--include/asm-x86_64/topology.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/topology.h b/include/asm-x86_64/topology.h
index 9cb7459ce722..802d09b9c99f 100644
--- a/include/asm-x86_64/topology.h
+++ b/include/asm-x86_64/topology.h
@@ -44,9 +44,11 @@ extern int __node_distance(int, int);
44 .idle_idx = 2, \ 44 .idle_idx = 2, \
45 .newidle_idx = 1, \ 45 .newidle_idx = 1, \
46 .wake_idx = 1, \ 46 .wake_idx = 1, \
47 .forkexec_idx = 1, \
47 .per_cpu_gain = 100, \ 48 .per_cpu_gain = 100, \
48 .flags = SD_LOAD_BALANCE \ 49 .flags = SD_LOAD_BALANCE \
49 | SD_BALANCE_NEWIDLE \ 50 | SD_BALANCE_NEWIDLE \
51 | SD_BALANCE_FORK \
50 | SD_BALANCE_EXEC \ 52 | SD_BALANCE_EXEC \
51 | SD_WAKE_BALANCE, \ 53 | SD_WAKE_BALANCE, \
52 .last_balance = jiffies, \ 54 .last_balance = jiffies, \