From: Christoph Lameter Date: Wed, 28 Nov 2012 16:23:07 +0000 (+0000) Subject: slub: Use statically allocated kmem_cache boot structure for bootstrap X-Git-Tag: v3.8-rc1~62^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dffb4d605c23110e3ad54b8c9f244a8235c013c2;p=pandora-kernel.git slub: Use statically allocated kmem_cache boot structure for bootstrap Simplify bootstrap by statically allocated two kmem_cache structures. These are freed after bootup is complete. Allows us to no longer worry about calculations of sizes of kmem_cache structures during bootstrap. Reviewed-by: Glauber Costa Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed