On Sun, 2006-09-10 at 20:51 -0400, Jeff Dike wrote: > > + default "12" # arm || h8300 || i386 | m68knommu |ppc > > + # s390 || um || v850 || xtensa > > UML inherits its page size from the host architecture. So far, that's > always 4096, but as soon as that changes, the construction above > breaks it.
Did you have any plans on how to inherit this from the host? You'd need to use something like getpagesize() from userspace at kernel configuration time, right? -- 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
