|
@@ -244,7 +244,6 @@ DO_ERROR(12, SIGILL, "reserved instruction", reserved_inst, current)
|
|
/* Called with interrupts disabled */
|
|
/* Called with interrupts disabled */
|
|
asmlinkage void do_exception_error(unsigned long ex, struct pt_regs *regs)
|
|
asmlinkage void do_exception_error(unsigned long ex, struct pt_regs *regs)
|
|
{
|
|
{
|
|
- PLS();
|
|
|
|
show_excp_regs(__FUNCTION__, -1, -1, regs);
|
|
show_excp_regs(__FUNCTION__, -1, -1, regs);
|
|
die_if_kernel("exception", regs, ex);
|
|
die_if_kernel("exception", regs, ex);
|
|
}
|
|
}
|