summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pgtable-ppc32.h
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2015-12-01 04:36:26 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2015-12-14 05:19:04 +0100
commit26b6a3d9bb48f8b4624a62281bc2a295df3a8109 (patch)
tree5cd9d811b9f786e28b22486c52da954b1d69ff75 /arch/powerpc/include/asm/pgtable-ppc32.h
parentpowerpc/mm: Fix infinite loop in hash fault with 4K page size (diff)
downloadlinux-26b6a3d9bb48f8b4624a62281bc2a295df3a8109.tar.xz
linux-26b6a3d9bb48f8b4624a62281bc2a295df3a8109.zip
powerpc/mm: move pte headers to book3s directory
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 'arch/powerpc/include/asm/pgtable-ppc32.h')
-rw-r--r--arch/powerpc/include/asm/pgtable-ppc32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pgtable-ppc32.h b/arch/powerpc/include/asm/pgtable-ppc32.h
index 9c326565d498..1a58a05be99c 100644
--- a/arch/powerpc/include/asm/pgtable-ppc32.h
+++ b/arch/powerpc/include/asm/pgtable-ppc32.h
@@ -116,7 +116,7 @@ extern int icache_44x_need_flush;
#elif defined(CONFIG_8xx)
#include <asm/pte-8xx.h>
#else /* CONFIG_6xx */
-#include <asm/pte-hash32.h>
+#include <asm/book3s/32/hash.h>
#endif
/* And here we include common definitions */