From: Jeremy Fitzhardinge Date: Tue, 16 Oct 2007 18:51:29 +0000 (-0700) Subject: remove dead code in pgtable_cache_init X-Git-Tag: v2.6.24-rc1~478^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8178477400cfc49a0657b96e873914d95081f8;p=pandora-kernel.git 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 Cc: Christoph Lameter Cc: Andi Kleen Cc: William Lee Irwin III Cc: Ingo Molnar Cc: Thomas Gleixner --- Reading git-diff-tree failed