I'm looking at unifying asm-x86/pgalloc*.h, and so I'm trying to make things as similar as possible between 32 and 64-bit.
Once difference is that 64-bit incrementally allocates all levels of the pagetable, whereas 32-bit PAE preallocates the 4 pmds when it allocates the pgd. What's the rationale for this? What pitfalls would there be in making them incrementally allocated? Preallocation makes sense from the perspective that they will all be allocated almost immediately in a typical process. But it is a somewhat arbitrary difference from 64-bit, and since 64-bit can't reasonably preallocate any pagetable levels, it seems sensible to change 32-bit to match. Thanks, J - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/