From: Christoph Lameter Date: Tue, 28 Sep 2010 13:10:26 +0000 (-0500) Subject: slub: reduce differences between SMP and NUMA X-Git-Tag: v2.6.37-rc1~141^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7340cc84141d5236c5dd003359ee921513cd9b84;p=pandora-kernel.git slub: reduce differences between SMP and NUMA Reduce the #ifdefs and simplify bootstrap by making SMP and NUMA as much alike as possible. This means that there will be an additional indirection to get to the kmem_cache_node field under SMP. Acked-by: David Rientjes Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed