diff options
Diffstat (limited to 'arch/x86/include/asm/mce.h')
-rw-r--r-- | arch/x86/include/asm/mce.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h index 9b9112e4379a..cf503824529c 100644 --- a/arch/x86/include/asm/mce.h +++ b/arch/x86/include/asm/mce.h @@ -174,15 +174,6 @@ extern void mce_unregister_decode_chain(struct notifier_block *nb); extern int mce_p5_enabled; -#ifdef CONFIG_ARCH_HAS_COPY_MC -extern void enable_copy_mc_fragile(void); -unsigned long __must_check copy_mc_fragile(void *dst, const void *src, unsigned cnt); -#else -static inline void enable_copy_mc_fragile(void) -{ -} -#endif - #ifdef CONFIG_X86_MCE int mcheck_init(void); void mcheck_cpu_init(struct cpuinfo_x86 *c); |