-
- Downloads
powerpc/mm: Introduce _PAGE_NA
Today, PAGE_NONE is defined as a page not having _PAGE_USER. In some circunstances, when the CPU supports it, it might be better to be able to flag a page with NO ACCESS. In a following patch, the 8xx will switch user access being flagged in the PMD, therefore it will not be possible anymore to use _PAGE_USER as a way to flag a page with no access. Signed-off-by:Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by:
Michael Ellerman <mpe@ellerman.id.au>
Showing
- arch/powerpc/include/asm/book3s/64/pgtable.h 1 addition, 0 deletionsarch/powerpc/include/asm/book3s/64/pgtable.h
- arch/powerpc/include/asm/nohash/32/pgtable.h 1 addition, 1 deletionarch/powerpc/include/asm/nohash/32/pgtable.h
- arch/powerpc/include/asm/pte-common.h 5 additions, 2 deletionsarch/powerpc/include/asm/pte-common.h
- arch/powerpc/mm/dump_linuxpagetables.c 11 additions, 7 deletionsarch/powerpc/mm/dump_linuxpagetables.c
Loading