x86: Remove final bits of CONFIG_X86_OLD_MCE
authorAndi Kleen <[email protected]>
Fri, 18 Sep 2009 05:49:25 +0000 (07:49 +0200)
committerIngo Molnar <[email protected]>
Fri, 18 Sep 2009 06:31:23 +0000 (08:31 +0200)
Caught by Linus.

Reported-by: Linus Torvalds <[email protected]>
Signed-off-by: Andi Kleen <[email protected]>
Cc: Hidetoshi Seto <[email protected]>
Cc: Huang Ying <[email protected]>
Cc: Bartlomiej Zolnierkiewicz <[email protected]>
Cc: Borislav Petkov <[email protected]>
[ fixed up context conflict manually. ]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/power/cpu.c

index 417c9f5b4afa700477ec29d26ac41945828eddfb..8aa85f17667e5034cfd2fae3eecd217c878d0529 100644 (file)
@@ -243,10 +243,6 @@ static void __restore_processor_state(struct saved_context *ctxt)
 
        do_fpu_end();
        mtrr_bp_restore();
-
-#ifdef CONFIG_X86_OLD_MCE
-       mcheck_init(&boot_cpu_data);
-#endif
 }
 
 /* Needed by apm.c */