Loading arch/x86/power/cpu.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -244,7 +244,7 @@ static void __restore_processor_state(struct saved_context *ctxt) do_fpu_end(); do_fpu_end(); mtrr_ap_init(); mtrr_ap_init(); #ifdef CONFIG_X86_32 #ifdef CONFIG_X86_OLD_MCE mcheck_init(&boot_cpu_data); mcheck_init(&boot_cpu_data); #endif #endif } } Loading Loading
arch/x86/power/cpu.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -244,7 +244,7 @@ static void __restore_processor_state(struct saved_context *ctxt) do_fpu_end(); do_fpu_end(); mtrr_ap_init(); mtrr_ap_init(); #ifdef CONFIG_X86_32 #ifdef CONFIG_X86_OLD_MCE mcheck_init(&boot_cpu_data); mcheck_init(&boot_cpu_data); #endif #endif } } Loading