X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fmmu.h;h=4c0e1b4f975c369e2655b29c8bf660d9b05ac8a6;hb=70fbb9388365c3f6f9f17e6501a67f8636e4af08;hp=06b3e6d336cbad8a72732bb34836dc3edda8152b;hpb=18062a91d2ddc40e19fc674afeb7cad58cfa23ab;p=linux-2.6 diff --git a/include/asm-powerpc/mmu.h b/include/asm-powerpc/mmu.h index 06b3e6d336..4c0e1b4f97 100644 --- a/include/asm-powerpc/mmu.h +++ b/include/asm-powerpc/mmu.h @@ -5,10 +5,21 @@ #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_40x) +/* 40x-style software loaded TLB */ +# 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__ */