Loading arch/mips/mm/fault.c +2 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,8 @@ static void __kprobes __do_page_fault(struct pt_regs *regs, unsigned long write, #endif goto bad_area; } if (!(vma->vm_flags & VM_READ)) { if (!(vma->vm_flags & VM_READ) && exception_epc(regs) != address) { #if 0 pr_notice("Cpu%d[%s:%d:%0*lx:%ld:%0*lx] RI violation\n", raw_smp_processor_id(), Loading Loading
arch/mips/mm/fault.c +2 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,8 @@ static void __kprobes __do_page_fault(struct pt_regs *regs, unsigned long write, #endif goto bad_area; } if (!(vma->vm_flags & VM_READ)) { if (!(vma->vm_flags & VM_READ) && exception_epc(regs) != address) { #if 0 pr_notice("Cpu%d[%s:%d:%0*lx:%ld:%0*lx] RI violation\n", raw_smp_processor_id(), Loading