aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/topology.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/topology.h b/include/linux/topology.h
index 4298745615a5..936ab2b37683 100644
--- a/include/linux/topology.h
+++ b/include/linux/topology.h
@@ -121,7 +121,7 @@ int arch_update_cpu_topology(void);
121 .cache_nice_tries = 1, \ 121 .cache_nice_tries = 1, \
122 .busy_idx = 2, \ 122 .busy_idx = 2, \
123 .wake_idx = 0, \ 123 .wake_idx = 0, \
124 .forkexec_idx = 1, \ 124 .forkexec_idx = 0, \
125 \ 125 \
126 .flags = 1*SD_LOAD_BALANCE \ 126 .flags = 1*SD_LOAD_BALANCE \
127 | 1*SD_BALANCE_NEWIDLE \ 127 | 1*SD_BALANCE_NEWIDLE \
@@ -153,7 +153,7 @@ int arch_update_cpu_topology(void);
153 .idle_idx = 1, \ 153 .idle_idx = 1, \
154 .newidle_idx = 0, \ 154 .newidle_idx = 0, \
155 .wake_idx = 0, \ 155 .wake_idx = 0, \
156 .forkexec_idx = 1, \ 156 .forkexec_idx = 0, \
157 \ 157 \
158 .flags = 1*SD_LOAD_BALANCE \ 158 .flags = 1*SD_LOAD_BALANCE \
159 | 1*SD_BALANCE_NEWIDLE \ 159 | 1*SD_BALANCE_NEWIDLE \