On Mon, 2006-09-11 at 15:34 +0200, Ralf Baechle wrote: > On Thu, Aug 24, 2006 at 04:44:45PM -0700, Dave Hansen wrote: > > +choice > + prompt "Kernel Page Size" > + depends on IA64 || SPARC64 || PARISC || MIPS > + default PAGE_SIZE_4KB if MIPS > > On MIPS we have a complicated set of rules for what page size is available > on which CPU and system Kconfig should know about that to avoid offering > options that result in non-functioning kernels. That stuff should better > be kept under arch/mips than littering mm/Kconfig.
Could you take a look at the mips-specific patch? I does just that; keeps the MIPS-specific bits in the MIPS Kconfig. The default 4k page size thing is pretty simple, and not conditional on anything I could find, other than MIPS itself. -- Dave - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
