X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fmmu.h;h=d44d211e7588e587022c1d4550fbfcf16ea0a828;hb=1d562c9e425d59b7c0dc45162b660b325c2d7b99;hp=06b3e6d336cbad8a72732bb34836dc3edda8152b;hpb=b643b0fdbc59cf6bbb086974b29d2571e9e9f646;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-powerpc/mmu.h b/include/asm-powerpc/mmu.h index 06b3e6d336c..d44d211e758 100644 --- a/include/asm-powerpc/mmu.h +++ b/include/asm-powerpc/mmu.h @@ -5,10 +5,18 @@ #ifdef CONFIG_PPC64 /* 64-bit classic hash table MMU */ # include -#else -/* 32-bit. FIXME: split up the 32-bit MMU types, and revise for - * arch/powerpc */ -# include +#elif defined(CONFIG_PPC_STD_MMU) +/* 32-bit classic hash table MMU */ +# include +#elif defined(CONFIG_44x) +/* 44x-style software loaded TLB */ +# include +#elif defined(CONFIG_FSL_BOOKE) +/* Freescale Book-E software loaded TLB */ +# include +#elif defined (CONFIG_PPC_8xx) +/* Motorola/Freescale 8xx software loaded TLB */ +# include #endif #endif /* __KERNEL__ */