Loading arch/xtensa/include/asm/pgtable.h +1 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,7 @@ #else /* no mmu */ # define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY) # define PAGE_NONE __pgprot(0) # define PAGE_SHARED __pgprot(0) # define PAGE_COPY __pgprot(0) Loading Loading
arch/xtensa/include/asm/pgtable.h +1 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,7 @@ #else /* no mmu */ # define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY) # define PAGE_NONE __pgprot(0) # define PAGE_SHARED __pgprot(0) # define PAGE_COPY __pgprot(0) Loading