summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/64/pgtable.h
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2015-12-01 09:06:56 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2015-12-14 15:19:15 +1100
commit4d9057c39aceb3a94ccb6005f4433a0105e60521 (patch)
tree813f298f99c184c442c244edac532f613b0f5a60 /arch/powerpc/include/asm/nohash/64/pgtable.h
parent62607bc64c5cbb8d9b330da4be34c6d5302348af (diff)
downloadlinux-0-day-4d9057c39aceb3a94ccb6005f4433a0105e60521.tar.gz
linux-0-day-4d9057c39aceb3a94ccb6005f4433a0105e60521.tar.xz
powerpc/mm: Don't hardcode the hash pte slot shift
Use the #define instead of open-coding the same Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/nohash/64/pgtable.h')
-rw-r--r--arch/powerpc/include/asm/nohash/64/pgtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/nohash/64/pgtable.h b/arch/powerpc/include/asm/nohash/64/pgtable.h
index d635a924d652b..03c226965b466 100644
--- a/arch/powerpc/include/asm/nohash/64/pgtable.h
+++ b/arch/powerpc/include/asm/nohash/64/pgtable.h
@@ -121,7 +121,7 @@
#define __real_pte(e,p) (e)
#define __rpte_to_pte(r) (__pte(r))
#endif
-#define __rpte_to_hidx(r,index) (pte_val(__rpte_to_pte(r)) >> 12)
+#define __rpte_to_hidx(r,index) (pte_val(__rpte_to_pte(r)) >> _PAGE_F_GIX_SHIFT)
#define pte_iterate_hashed_subpages(rpte, psize, va, index, shift) \
do { \