diff options
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/branch.c | 1 | ||||
-rw-r--r-- | arch/mips/kernel/unaligned.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/branch.c b/arch/mips/kernel/branch.c index 46c2ad0703a0..4d78bf445a9c 100644 --- a/arch/mips/kernel/branch.c +++ b/arch/mips/kernel/branch.c | |||
@@ -467,5 +467,4 @@ unaligned: | |||
467 | printk("%s: unaligned epc - sending SIGBUS.\n", current->comm); | 467 | printk("%s: unaligned epc - sending SIGBUS.\n", current->comm); |
468 | force_sig(SIGBUS, current); | 468 | force_sig(SIGBUS, current); |
469 | return -EFAULT; | 469 | return -EFAULT; |
470 | |||
471 | } | 470 | } |
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; |