diff options
Diffstat (limited to 'include/linux/cpu.h')
-rw-r--r-- | include/linux/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 218df7f4d3e1..5041357d0297 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h | |||
@@ -180,12 +180,10 @@ enum cpuhp_smt_control { | |||
180 | #if defined(CONFIG_SMP) && defined(CONFIG_HOTPLUG_SMT) | 180 | #if defined(CONFIG_SMP) && defined(CONFIG_HOTPLUG_SMT) |
181 | extern enum cpuhp_smt_control cpu_smt_control; | 181 | extern enum cpuhp_smt_control cpu_smt_control; |
182 | extern void cpu_smt_disable(bool force); | 182 | extern void cpu_smt_disable(bool force); |
183 | extern void cpu_smt_check_topology_early(void); | ||
184 | extern void cpu_smt_check_topology(void); | 183 | extern void cpu_smt_check_topology(void); |
185 | #else | 184 | #else |
186 | # define cpu_smt_control (CPU_SMT_ENABLED) | 185 | # define cpu_smt_control (CPU_SMT_ENABLED) |
187 | static inline void cpu_smt_disable(bool force) { } | 186 | static inline void cpu_smt_disable(bool force) { } |
188 | static inline void cpu_smt_check_topology_early(void) { } | ||
189 | static inline void cpu_smt_check_topology(void) { } | 187 | static inline void cpu_smt_check_topology(void) { } |
190 | #endif | 188 | #endif |
191 | 189 | ||