diff options
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
| -rw-r--r-- | arch/x86/kernel/cpu/common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 3f66dd03c091..62b83bc5b4b9 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -52,6 +52,7 @@  #include <asm/cpu.h>  #include <asm/mce.h>  #include <asm/msr.h> +#include <asm/cacheinfo.h>  #include <asm/memtype.h>  #include <asm/microcode.h>  #include <asm/microcode_intel.h> @@ -1948,7 +1949,6 @@ void identify_secondary_cpu(struct cpuinfo_x86 *c)  #ifdef CONFIG_X86_32  	enable_sep_cpu();  #endif -	mtrr_ap_init();  	validate_apic_and_package_id(c);  	x86_spec_ctrl_setup_ap();  	update_srbds_msr();  | 
