Loading arch/cris/arch-v32/kernel/traps.c +2 −4 Original line number Diff line number Diff line Loading @@ -9,8 +9,7 @@ #include <hwregs/intr_vect_defs.h> #include <asm/irq.h> void show_registers(struct pt_regs *regs) void show_registers(struct pt_regs *regs) { /* * It's possible to use either the USP register or current->thread.usp. Loading Loading @@ -101,8 +100,7 @@ show_registers(struct pt_regs *regs) } } void arch_enable_nmi(void) void arch_enable_nmi(void) { unsigned long flags; Loading Loading
arch/cris/arch-v32/kernel/traps.c +2 −4 Original line number Diff line number Diff line Loading @@ -9,8 +9,7 @@ #include <hwregs/intr_vect_defs.h> #include <asm/irq.h> void show_registers(struct pt_regs *regs) void show_registers(struct pt_regs *regs) { /* * It's possible to use either the USP register or current->thread.usp. Loading Loading @@ -101,8 +100,7 @@ show_registers(struct pt_regs *regs) } } void arch_enable_nmi(void) void arch_enable_nmi(void) { unsigned long flags; Loading