Loading arch/mips/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,7 @@ asmlinkage void do_be(struct pt_regs *regs) action = MIPS_BE_FIXUP; if (board_be_handler) action = board_be_handler(regs, fixup != 0); action = board_be_handler(regs, fixup != NULL); switch (action) { case MIPS_BE_DISCARD: Loading Loading
arch/mips/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,7 @@ asmlinkage void do_be(struct pt_regs *regs) action = MIPS_BE_FIXUP; if (board_be_handler) action = board_be_handler(regs, fixup != 0); action = board_be_handler(regs, fixup != NULL); switch (action) { case MIPS_BE_DISCARD: Loading