]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/mm: Use the correct mask value when looking at pgtable address
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Sat, 11 May 2013 22:33:19 +0000 (22:33 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 14 May 2013 04:36:17 +0000 (14:36 +1000)
commit613e60a66181acc5c8b63268e939622162da2393
tree83bacb8d2ff1861a3fa5208b5d24953a0555d9db
parent4a3b8d0b833707811011ad14dd12dabf31fa690a
powerpc/mm: Use the correct mask value when looking at pgtable address

Our pgtable are 2*sizeof(pte_t)*PTRS_PER_PTE which is PTE_FRAG_SIZE.
Instead of depending on frag size, mask with PMD_MASKED_BITS.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/pgalloc-64.h