Loading arch/powerpc/mm/fault.c +1 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,7 @@ int do_page_fault(struct pt_regs *regs, unsigned long address, } #if !(defined(CONFIG_4xx) || defined(CONFIG_BOOKE) || \ defined(CONFIG_PPC_BOOK3S_64)) defined(CONFIG_PPC_BOOK3S_64) || defined(CONFIG_PPC_8xx)) if (error_code & DSISR_DABRMATCH) { /* breakpoint match */ do_break(regs, address, error_code); Loading Loading
arch/powerpc/mm/fault.c +1 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,7 @@ int do_page_fault(struct pt_regs *regs, unsigned long address, } #if !(defined(CONFIG_4xx) || defined(CONFIG_BOOKE) || \ defined(CONFIG_PPC_BOOK3S_64)) defined(CONFIG_PPC_BOOK3S_64) || defined(CONFIG_PPC_8xx)) if (error_code & DSISR_DABRMATCH) { /* breakpoint match */ do_break(regs, address, error_code); Loading