X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fmmu.h;h=4c0e1b4f975c369e2655b29c8bf660d9b05ac8a6;hb=26145f7e7ebc8a5f1b29425d6da62e872031be4a;hp=06b3e6d336cbad8a72732bb34836dc3edda8152b;hpb=805f53f085346b6765eda02820721a14ce0d644f;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__ */