Searched hist:"4 f8178477400cfc49a0657b96e873914d95081f8" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/mm/ |
H A D | init_32.c | diff 4f8178477400cfc49a0657b96e873914d95081f8 Tue Oct 16 20:51:29 CEST 2007 Jeremy Fitzhardinge <jeremy@xensource.com> remove dead code in pgtable_cache_init
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: Jeremy 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>
|