aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pgtable.h
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2015-12-01 09:06:38 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2015-12-14 15:19:09 +1100
commit17ed9e3192b2b29ad24ffe711fa4b71716ef3ff3 (patch)
tree8079fd57cf06ad4a5effe982a52c85443e6be456 /arch/powerpc/include/asm/pgtable.h
parentpowerpc/mm: Move PTE bits from generic functions to hash64 functions. (diff)
downloadlinux-dev-17ed9e3192b2b29ad24ffe711fa4b71716ef3ff3.tar.xz
linux-dev-17ed9e3192b2b29ad24ffe711fa4b71716ef3ff3.zip
powerpc/booke: Move nohash headers
Move the booke related headers below booke/32 or booke/64 Acked-by: Scott Wood <scottwood@freescale.com> 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 '')
-rw-r--r--arch/powerpc/include/asm/pgtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pgtable.h b/arch/powerpc/include/asm/pgtable.h
index 8f7338678fdc..ac9fb114e25d 100644
--- a/arch/powerpc/include/asm/pgtable.h
+++ b/arch/powerpc/include/asm/pgtable.h
@@ -15,7 +15,7 @@ struct mm_struct;
#ifdef CONFIG_PPC_BOOK3S
#include <asm/book3s/pgtable.h>
#else
-#include <asm/pgtable-book3e.h>
+#include <asm/nohash/pgtable.h>
#endif /* !CONFIG_PPC_BOOK3S */
#ifndef __ASSEMBLY__