Loading arch/arm/mm/fault.c +2 −3 Original line number Diff line number Diff line Loading @@ -72,9 +72,8 @@ void show_pte(struct mm_struct *mm, unsigned long addr) } pmd = pmd_offset(pgd, addr); #if PTRS_PER_PMD != 1 if (PTRS_PER_PMD != 1) printk(", *pmd=%08lx", pmd_val(*pmd)); #endif if (pmd_none(*pmd)) break; Loading Loading
arch/arm/mm/fault.c +2 −3 Original line number Diff line number Diff line Loading @@ -72,9 +72,8 @@ void show_pte(struct mm_struct *mm, unsigned long addr) } pmd = pmd_offset(pgd, addr); #if PTRS_PER_PMD != 1 if (PTRS_PER_PMD != 1) printk(", *pmd=%08lx", pmd_val(*pmd)); #endif if (pmd_none(*pmd)) break; Loading