summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mce.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-02-26 00:36:39 +0300
committerThomas Gleixner <tglx@linutronix.de>2020-02-27 16:48:39 +0300
commit840371bea19e85f30d19909171248cf8c5845fd7 (patch)
treedc9647f03fce46fb07200cdcd6d7b380b8aab166 /arch/x86/include/asm/mce.h
parent55ba18d6ed37a28cf8b8ca79e9aef4cf98183bb7 (diff)
downloadlinux-840371bea19e85f30d19909171248cf8c5845fd7.tar.xz
x86/entry/32: Force MCE through do_mce()
Remove the pointless difference between 32 and 64 bit to make further unifications simpler. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com> Reviewed-by: Andy Lutomirski <luto@kernel.org> Link: https://lkml.kernel.org/r/20200225220216.428188397@linutronix.de
Diffstat (limited to 'arch/x86/include/asm/mce.h')
-rw-r--r--arch/x86/include/asm/mce.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h
index 4359b955e0b7..a7e0b9d370a4 100644
--- a/arch/x86/include/asm/mce.h
+++ b/arch/x86/include/asm/mce.h
@@ -238,9 +238,6 @@ extern void mce_disable_bank(int bank);
/*
* Exception handler
*/
-
-/* Call the installed machine check handler for this CPU setup. */
-extern void (*machine_check_vector)(struct pt_regs *, long error_code);
void do_machine_check(struct pt_regs *, long);
/*