]> git.baikalelectronics.ru Git - kernel.git/commit
SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA
authorChristoph Lameter <clameter@sgi.com>
Tue, 17 Jul 2007 11:03:32 +0000 (04:03 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:02 +0000 (10:23 -0700)
commited3b312d47356ed076495a764f3d63824301d73c
tree42594d334c83ff18655731bf4d9f5d023c9c2886
parentac6a6410f200b7c07730cdfc081045428234ec80
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 <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slub.c