aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/include/asm/topology.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/ia64/include/asm/topology.h b/arch/ia64/include/asm/topology.h
index 47f3c51d5e27..42f1673ec83f 100644
--- a/arch/ia64/include/asm/topology.h
+++ b/arch/ia64/include/asm/topology.h
@@ -61,7 +61,7 @@ void build_cpu_to_node_map(void);
61 .cache_nice_tries = 2, \ 61 .cache_nice_tries = 2, \
62 .busy_idx = 2, \ 62 .busy_idx = 2, \
63 .idle_idx = 1, \ 63 .idle_idx = 1, \
64 .newidle_idx = 2, \ 64 .newidle_idx = 0, \
65 .wake_idx = 0, \ 65 .wake_idx = 0, \
66 .forkexec_idx = 1, \ 66 .forkexec_idx = 1, \
67 .flags = SD_LOAD_BALANCE \ 67 .flags = SD_LOAD_BALANCE \
@@ -87,10 +87,11 @@ void build_cpu_to_node_map(void);
87 .cache_nice_tries = 2, \ 87 .cache_nice_tries = 2, \
88 .busy_idx = 3, \ 88 .busy_idx = 3, \
89 .idle_idx = 2, \ 89 .idle_idx = 2, \
90 .newidle_idx = 2, \ 90 .newidle_idx = 0, \
91 .wake_idx = 0, \ 91 .wake_idx = 0, \
92 .forkexec_idx = 1, \ 92 .forkexec_idx = 1, \
93 .flags = SD_LOAD_BALANCE \ 93 .flags = SD_LOAD_BALANCE \
94 | SD_BALANCE_NEWIDLE \
94 | SD_BALANCE_EXEC \ 95 | SD_BALANCE_EXEC \
95 | SD_BALANCE_FORK \ 96 | SD_BALANCE_FORK \
96 | SD_BALANCE_WAKE \ 97 | SD_BALANCE_WAKE \