|
@@ -1,5 +1,5 @@
|
|
|
-#ifndef _ASM_POWERPC_PGTABLE_PPC32_H
|
|
|
-#define _ASM_POWERPC_PGTABLE_PPC32_H
|
|
|
+#ifndef _ASM_POWERPC_NOHASH_32_PGTABLE_H
|
|
|
+#define _ASM_POWERPC_NOHASH_32_PGTABLE_H
|
|
|
|
|
|
#include <asm-generic/pgtable-nopmd.h>
|
|
|
|
|
@@ -106,15 +106,15 @@ extern int icache_44x_need_flush;
|
|
|
*/
|
|
|
|
|
|
#if defined(CONFIG_40x)
|
|
|
-#include <asm/pte-40x.h>
|
|
|
+#include <asm/nohash/32/pte-40x.h>
|
|
|
#elif defined(CONFIG_44x)
|
|
|
-#include <asm/pte-44x.h>
|
|
|
+#include <asm/nohash/32/pte-44x.h>
|
|
|
#elif defined(CONFIG_FSL_BOOKE) && defined(CONFIG_PTE_64BIT)
|
|
|
-#include <asm/pte-book3e.h>
|
|
|
+#include <asm/nohash/pte-book3e.h>
|
|
|
#elif defined(CONFIG_FSL_BOOKE)
|
|
|
-#include <asm/pte-fsl-booke.h>
|
|
|
+#include <asm/nohash/32/pte-fsl-booke.h>
|
|
|
#elif defined(CONFIG_8xx)
|
|
|
-#include <asm/pte-8xx.h>
|
|
|
+#include <asm/nohash/32/pte-8xx.h>
|
|
|
#endif
|
|
|
|
|
|
/* And here we include common definitions */
|
|
@@ -340,4 +340,4 @@ extern int get_pteptr(struct mm_struct *mm, unsigned long addr, pte_t **ptep,
|
|
|
|
|
|
#endif /* !__ASSEMBLY__ */
|
|
|
|
|
|
-#endif /* _ASM_POWERPC_PGTABLE_PPC32_H */
|
|
|
+#endif /* __ASM_POWERPC_NOHASH_32_PGTABLE_H */
|