sh: Move in the SH-5 traps.c impl.
[safe/jmp/linux-2.6] / arch / sh / kernel / traps_64.c
similarity index 99%
rename from arch/sh64/kernel/traps.c
rename to arch/sh/kernel/traps_64.c
index f32df38..742ce18 100644 (file)
@@ -244,7 +244,6 @@ DO_ERROR(12, SIGILL,  "reserved instruction", reserved_inst, current)
 /* Called with interrupts disabled */
 asmlinkage void do_exception_error(unsigned long ex, struct pt_regs *regs)
 {
-       PLS();
        show_excp_regs(__FUNCTION__, -1, -1, regs);
        die_if_kernel("exception", regs, ex);
 }