commit | 8ab1372fac5684de56c68f0da1ddc90e1c4ce740 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Tue Jul 17 04:03:32 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 17 10:23:02 2007 -0700 |
tree | 42594d334c83ff18655731bf4d9f5d023c9c2886 | |
parent | a0e1d1be204612ee83b3afe8aa24c5d27e63d464 [diff] |
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>