• J
    remove dead code in pgtable_cache_init · 4f817847
    Jeremy Fitzhardinge 提交于
    The conversion from using a slab cache to quicklist left some residual
    dead code.
    
    I note that in the conversion it now always allocates a whole page for
    the pgd, rather than the 32 bytes needed for a PAE pgd.  Was this
    intended?
    Signed-off-by: NJeremy Fitzhardinge <jeremy@xensource.com>
    Cc: Christoph Lameter <clameter@sgi.com>
    Cc: Andi Kleen <ak@suse.de>
    Cc: William Lee Irwin III <wli@holomorphy.com>
    Cc: Ingo Molnar <mingo@elte.hu>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    4f817847
init_32.c 21.2 KB