diff options
Diffstat (limited to 'arch/mips/kernel/unaligned.c')
-rw-r--r-- | arch/mips/kernel/unaligned.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c index 3eaa02aa8ae0..8eaf310ffc6c 100644 --- a/arch/mips/kernel/unaligned.c +++ b/arch/mips/kernel/unaligned.c | |||
@@ -1549,6 +1549,7 @@ sigill: | |||
1549 | ("Unhandled kernel unaligned access or invalid instruction", regs); | 1549 | ("Unhandled kernel unaligned access or invalid instruction", regs); |
1550 | force_sig(SIGILL, current); | 1550 | force_sig(SIGILL, current); |
1551 | } | 1551 | } |
1552 | |||
1552 | asmlinkage void do_ade(struct pt_regs *regs) | 1553 | asmlinkage void do_ade(struct pt_regs *regs) |
1553 | { | 1554 | { |
1554 | enum ctx_state prev_state; | 1555 | enum ctx_state prev_state; |