-
- Downloads
powerpc: Free a PTE bit on ppc64 with 64K pages
This frees a PTE bit when using 64K pages on ppc64. This is done by getting rid of the separate _PAGE_HASHPTE bit. Instead, we just test if any of the 16 sub-page bits is set. For non-combo pages (ie. real 64K pages), we set SUB0 and the location encoding in that field. Signed-off-by:Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- arch/powerpc/mm/hash_low_64.S 10 additions, 7 deletionsarch/powerpc/mm/hash_low_64.S
- arch/powerpc/mm/hugetlbpage.c 5 additions, 3 deletionsarch/powerpc/mm/hugetlbpage.c
- include/asm-powerpc/pgtable-4k.h 1 addition, 0 deletionsinclude/asm-powerpc/pgtable-4k.h
- include/asm-powerpc/pgtable-64k.h 15 additions, 2 deletionsinclude/asm-powerpc/pgtable-64k.h
- include/asm-powerpc/pgtable-ppc64.h 0 additions, 1 deletioninclude/asm-powerpc/pgtable-ppc64.h
Loading
Please register or sign in to comment