|
@@ -183,10 +183,10 @@ static inline void assert_pte_locked(struct mm_struct *mm, unsigned long addr)
|
|
|
|
|
|
#if defined(CONFIG_PPC_STD_MMU_64)
|
|
|
/* 64-bit classic hash table MMU */
|
|
|
-# include <asm/mmu-hash64.h>
|
|
|
+#include <asm/book3s/64/mmu-hash.h>
|
|
|
#elif defined(CONFIG_PPC_STD_MMU_32)
|
|
|
/* 32-bit classic hash table MMU */
|
|
|
-# include <asm/mmu-hash32.h>
|
|
|
+#include <asm/book3s/32/mmu-hash.h>
|
|
|
#elif defined(CONFIG_40x)
|
|
|
/* 40x-style software loaded TLB */
|
|
|
# include <asm/mmu-40x.h>
|