From: Christoph Lameter Date: Tue, 17 Jul 2007 11:03:32 +0000 (-0700) Subject: SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA X-Git-Tag: v2.6.23-rc1~733 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ab1372fac5684de56c68f0da1ddc90e1c4ce740;p=pandora-kernel.git SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA We currently cannot disable CONFIG_SLUB_DEBUG for CONFIG_NUMA. Now that embedded systems start to use NUMA we may need this. Put an #ifdef around places where NUMA only code uses fields only valid for CONFIG_SLUB_DEBUG. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed