Loading arch/parisc/mm/fault.c +2 −2 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ show_signal_msg(struct pt_regs *regs, unsigned long code, vma ? ',':'\n'); if (vma) pr_warn(KERN_CONT " vm_start = 0x%08lx, vm_end = 0x%08lx\n", pr_cont(" vm_start = 0x%08lx, vm_end = 0x%08lx\n", vma->vm_start, vma->vm_end); show_regs(regs); Loading Loading
arch/parisc/mm/fault.c +2 −2 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ show_signal_msg(struct pt_regs *regs, unsigned long code, vma ? ',':'\n'); if (vma) pr_warn(KERN_CONT " vm_start = 0x%08lx, vm_end = 0x%08lx\n", pr_cont(" vm_start = 0x%08lx, vm_end = 0x%08lx\n", vma->vm_start, vma->vm_end); show_regs(regs); Loading