Loading arch/arm64/mm/mmu.c +1 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,7 @@ static void __init alloc_init_pmd(pud_t *pud, unsigned long addr, prot_pte = __pgprot(PROT_DEVICE_nGnRE); } else { prot_sect = prot_sect_kernel; prot_pte = PAGE_KERNEL_EXEC; prot_pte = PAGE_KERNEL; } /* Loading Loading
arch/arm64/mm/mmu.c +1 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,7 @@ static void __init alloc_init_pmd(pud_t *pud, unsigned long addr, prot_pte = __pgprot(PROT_DEVICE_nGnRE); } else { prot_sect = prot_sect_kernel; prot_pte = PAGE_KERNEL_EXEC; prot_pte = PAGE_KERNEL; } /* Loading