x86/traps: Make math_error() static
Trivial, make math_error() static. Signed-off-by: Oleg Nesterov <oleg@redhat.com>
This commit is contained in:
@@ -98,7 +98,6 @@ static inline int get_si_code(unsigned long condition)
|
||||
|
||||
extern int panic_on_unrecovered_nmi;
|
||||
|
||||
void math_error(struct pt_regs *, int, int);
|
||||
void math_emulate(struct math_emu_info *);
|
||||
#ifndef CONFIG_X86_32
|
||||
asmlinkage void smp_thermal_interrupt(void);
|
||||
|
Reference in New Issue
Block a user