From: Christoph Lameter Date: Wed, 28 Nov 2012 16:23:09 +0000 (+0000) Subject: slab: Use the new create_boot_cache function to simplify bootstrap X-Git-Tag: v3.8-rc1~62^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9baa9fcf8d0a204ca129a671d6086cc100faab;p=pandora-kernel.git slab: Use the new create_boot_cache function to simplify bootstrap Simplify setup and reduce code in kmem_cache_init(). This allows us to get rid of initarray_cache as well as the manual setup code for the kmem_cache and kmem_cache_node arrays during bootstrap. We introduce a new bootstrap state "PARTIAL" for slab that signals the creation of a kmem_cache boot cache. Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed