]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/asm-powerpc/mmu.h
[POWERPC] Use global_number in ppc32 pci_controller
[mv-sheeva.git] / include / asm-powerpc / mmu.h
index 06b3e6d336cbad8a72732bb34836dc3edda8152b..dae6a71fba46a499e472ea94902f548c7b9f6497 100644 (file)
@@ -5,9 +5,15 @@
 #ifdef CONFIG_PPC64
 /* 64-bit classic hash table MMU */
 #  include <asm/mmu-hash64.h>
+#elif defined(CONFIG_PPC_STD_MMU)
+/* 32-bit classic hash table MMU */
+#  include <asm/mmu-hash32.h>
+#elif defined(CONFIG_44x)
+/* 44x-style software loaded TLB */
+#  include <asm/mmu-44x.h>
 #else
-/* 32-bit.  FIXME: split up the 32-bit MMU types, and revise for
- * arch/powerpc */
+/* Other 32-bit.  FIXME: split up the other 32-bit MMU types, and
+ * revise for arch/powerpc */
 #  include <asm-ppc/mmu.h>
 #endif