MIPS: Cleanup indentation and whitespace
Signed-off-by: Tony Wu <tung7970@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5536/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -467,5 +467,4 @@ unaligned:
|
|||||||
printk("%s: unaligned epc - sending SIGBUS.\n", current->comm);
|
printk("%s: unaligned epc - sending SIGBUS.\n", current->comm);
|
||||||
force_sig(SIGBUS, current);
|
force_sig(SIGBUS, current);
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -1549,6 +1549,7 @@ sigill:
|
|||||||
("Unhandled kernel unaligned access or invalid instruction", regs);
|
("Unhandled kernel unaligned access or invalid instruction", regs);
|
||||||
force_sig(SIGILL, current);
|
force_sig(SIGILL, current);
|
||||||
}
|
}
|
||||||
|
|
||||||
asmlinkage void do_ade(struct pt_regs *regs)
|
asmlinkage void do_ade(struct pt_regs *regs)
|
||||||
{
|
{
|
||||||
enum ctx_state prev_state;
|
enum ctx_state prev_state;
|
||||||
|
Reference in New Issue
Block a user