aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/topology.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/topology.h')
-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 fe2c0329f82f..66774fddec9b 100644
--- a/include/linux/topology.h
+++ b/include/linux/topology.h
@@ -126,7 +126,7 @@ int arch_update_cpu_topology(void);
126 .forkexec_idx = 1, \ 126 .forkexec_idx = 1, \
127 \ 127 \
128 .flags = 1*SD_LOAD_BALANCE \ 128 .flags = 1*SD_LOAD_BALANCE \
129 | 0*SD_BALANCE_NEWIDLE \ 129 | 1*SD_BALANCE_NEWIDLE \
130 | 1*SD_BALANCE_EXEC \ 130 | 1*SD_BALANCE_EXEC \
131 | 1*SD_BALANCE_FORK \ 131 | 1*SD_BALANCE_FORK \
132 | 0*SD_WAKE_IDLE \ 132 | 0*SD_WAKE_IDLE \
@@ -160,7 +160,7 @@ int arch_update_cpu_topology(void);
160 .forkexec_idx = 1, \ 160 .forkexec_idx = 1, \
161 \ 161 \
162 .flags = 1*SD_LOAD_BALANCE \ 162 .flags = 1*SD_LOAD_BALANCE \
163 | 0*SD_BALANCE_NEWIDLE \ 163 | 1*SD_BALANCE_NEWIDLE \
164 | 1*SD_BALANCE_EXEC \ 164 | 1*SD_BALANCE_EXEC \
165 | 1*SD_BALANCE_FORK \ 165 | 1*SD_BALANCE_FORK \
166 | 0*SD_WAKE_IDLE \ 166 | 0*SD_WAKE_IDLE \