diff options
Diffstat (limited to 'arch/x86/include/asm/extable.h')
-rw-r--r-- | arch/x86/include/asm/extable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/include/asm/extable.h b/arch/x86/include/asm/extable.h index f9c3a5d502f4..d8c2198d543b 100644 --- a/arch/x86/include/asm/extable.h +++ b/arch/x86/include/asm/extable.h | |||
@@ -29,7 +29,8 @@ struct pt_regs; | |||
29 | (b)->handler = (tmp).handler - (delta); \ | 29 | (b)->handler = (tmp).handler - (delta); \ |
30 | } while (0) | 30 | } while (0) |
31 | 31 | ||
32 | extern int fixup_exception(struct pt_regs *regs, int trapnr); | 32 | extern int fixup_exception(struct pt_regs *regs, int trapnr, |
33 | unsigned long error_code, unsigned long fault_addr); | ||
33 | extern int fixup_bug(struct pt_regs *regs, int trapnr); | 34 | extern int fixup_bug(struct pt_regs *regs, int trapnr); |
34 | extern bool ex_has_fault_handler(unsigned long ip); | 35 | extern bool ex_has_fault_handler(unsigned long ip); |
35 | extern void early_fixup_exception(struct pt_regs *regs, int trapnr); | 36 | extern void early_fixup_exception(struct pt_regs *regs, int trapnr); |