diff options
Diffstat (limited to 'arch/x86/kernel/traps.c')
-rw-r--r-- | arch/x86/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index 57409f6b8c62..8eddd628326e 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c | |||
@@ -488,7 +488,7 @@ exit: | |||
488 | * the correct behaviour even in the presence of the asynchronous | 488 | * the correct behaviour even in the presence of the asynchronous |
489 | * IRQ13 behaviour | 489 | * IRQ13 behaviour |
490 | */ | 490 | */ |
491 | void math_error(struct pt_regs *regs, int error_code, int trapnr) | 491 | static void math_error(struct pt_regs *regs, int error_code, int trapnr) |
492 | { | 492 | { |
493 | struct task_struct *task = current; | 493 | struct task_struct *task = current; |
494 | siginfo_t info; | 494 | siginfo_t info; |