diff options
-rw-r--r-- | arch/x86/include/asm/topology.h | 2 | ||||
-rw-r--r-- | include/linux/topology.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h index be29eb81fb06..ef7bc7fc2528 100644 --- a/arch/x86/include/asm/topology.h +++ b/arch/x86/include/asm/topology.h | |||
@@ -142,7 +142,7 @@ extern unsigned long node_remap_size[]; | |||
142 | .forkexec_idx = SD_FORKEXEC_IDX, \ | 142 | .forkexec_idx = SD_FORKEXEC_IDX, \ |
143 | \ | 143 | \ |
144 | .flags = 1*SD_LOAD_BALANCE \ | 144 | .flags = 1*SD_LOAD_BALANCE \ |
145 | | 0*SD_BALANCE_NEWIDLE \ | 145 | | 1*SD_BALANCE_NEWIDLE \ |
146 | | 1*SD_BALANCE_EXEC \ | 146 | | 1*SD_BALANCE_EXEC \ |
147 | | 1*SD_BALANCE_FORK \ | 147 | | 1*SD_BALANCE_FORK \ |
148 | | 0*SD_WAKE_IDLE \ | 148 | | 0*SD_WAKE_IDLE \ |
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 \ |