diff options
| author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2019-02-18 18:36:10 +0100 |
|---|---|---|
| committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2019-02-18 18:36:10 +0100 |
| commit | 88bbe2bc42de09249cda3b97c240b74c695868d2 (patch) | |
| tree | e83b829157321d72d0b20905066567a0665aa0e6 /include/linux/cpu.h | |
| parent | ad6f384a67d710d93b808848c22346c6c22163d8 (diff) | |
| parent | 67d52fae61c152a68924d94dcf0c569a96fa2f5d (diff) | |
Merge tag 'v4.19.23' into linux-4.19.y-rt
This is the 4.19.23 stable release
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 4fa475b3d3d9..3403eab853b7 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -185,12 +185,10 @@ enum cpuhp_smt_control { #if defined(CONFIG_SMP) && defined(CONFIG_HOTPLUG_SMT) extern enum cpuhp_smt_control cpu_smt_control; extern void cpu_smt_disable(bool force); -extern void cpu_smt_check_topology_early(void); extern void cpu_smt_check_topology(void); #else # define cpu_smt_control (CPU_SMT_ENABLED) static inline void cpu_smt_disable(bool force) { } -static inline void cpu_smt_check_topology_early(void) { } static inline void cpu_smt_check_topology(void) { } #endif |
