x86/traps: Make math_error() static
Trivial, make math_error() static. Signed-off-by: Oleg Nesterov <oleg@redhat.com>
This commit is contained in:
@@ -488,7 +488,7 @@ exit:
|
||||
* the correct behaviour even in the presence of the asynchronous
|
||||
* IRQ13 behaviour
|
||||
*/
|
||||
void math_error(struct pt_regs *regs, int error_code, int trapnr)
|
||||
static void math_error(struct pt_regs *regs, int error_code, int trapnr)
|
||||
{
|
||||
struct task_struct *task = current;
|
||||
siginfo_t info;
|
||||
|
Reference in New Issue
Block a user