]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/include/asm/traps.h
x86: Remove unused patch_espfix_desc()
[net-next-2.6.git] / arch / x86 / include / asm / traps.h
index bfd74c032fcaa33b7c50b066fbc5f9333ca6387d..4da91ad69e0d6abbd717a1fafcd0bfe3221ede54 100644 (file)
@@ -81,9 +81,7 @@ extern int panic_on_unrecovered_nmi;
 
 void math_error(void __user *);
 void math_emulate(struct math_emu_info *);
-#ifdef CONFIG_X86_32
-unsigned long patch_espfix_desc(unsigned long, unsigned long);
-#else
+#ifndef CONFIG_X86_32
 asmlinkage void smp_thermal_interrupt(void);
 asmlinkage void mce_threshold_interrupt(void);
 #endif