diff options
-rw-r--r-- | arch/x86_64/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/traps.c b/arch/x86_64/kernel/traps.c index 5dee23ba074e..08325b1f871d 100644 --- a/arch/x86_64/kernel/traps.c +++ b/arch/x86_64/kernel/traps.c | |||
@@ -508,7 +508,7 @@ asmlinkage void do_##name(struct pt_regs * regs, long error_code) \ | |||
508 | DO_ERROR_INFO( 0, SIGFPE, "divide error", divide_error, FPE_INTDIV, regs->rip) | 508 | DO_ERROR_INFO( 0, SIGFPE, "divide error", divide_error, FPE_INTDIV, regs->rip) |
509 | DO_ERROR( 4, SIGSEGV, "overflow", overflow) | 509 | DO_ERROR( 4, SIGSEGV, "overflow", overflow) |
510 | DO_ERROR( 5, SIGSEGV, "bounds", bounds) | 510 | DO_ERROR( 5, SIGSEGV, "bounds", bounds) |
511 | DO_ERROR_INFO( 6, SIGILL, "invalid operand", invalid_op, ILL_ILLOPN, regs->rip) | 511 | DO_ERROR_INFO( 6, SIGILL, "invalid opcode", invalid_op, ILL_ILLOPN, regs->rip) |
512 | DO_ERROR( 7, SIGSEGV, "device not available", device_not_available) | 512 | DO_ERROR( 7, SIGSEGV, "device not available", device_not_available) |
513 | DO_ERROR( 9, SIGFPE, "coprocessor segment overrun", coprocessor_segment_overrun) | 513 | DO_ERROR( 9, SIGFPE, "coprocessor segment overrun", coprocessor_segment_overrun) |
514 | DO_ERROR(10, SIGSEGV, "invalid TSS", invalid_TSS) | 514 | DO_ERROR(10, SIGSEGV, "invalid TSS", invalid_TSS) |