diff options
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
| -rw-r--r-- | arch/x86/kernel/cpu/intel.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c index 59a1e3ce3f14..71221af87cb1 100644 --- a/arch/x86/kernel/cpu/intel.c +++ b/arch/x86/kernel/cpu/intel.c @@ -24,6 +24,7 @@  #include <asm/traps.h>  #include <asm/resctrl.h>  #include <asm/numa.h> +#include <asm/thermal.h>  #ifdef CONFIG_X86_64  #include <linux/topology.h> @@ -719,6 +720,8 @@ static void init_intel(struct cpuinfo_x86 *c)  		tsx_disable();  	split_lock_init(); + +	intel_init_thermal(c);  }  #ifdef CONFIG_X86_32  | 
