]> 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 fe510fff89078e36a365543c406fff9a9d630fa8..dae6a71fba46a499e472ea94902f548c7b9f6497 100644 (file)
@@ -5,6 +5,9 @@
 #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>