commit | bec6b0c89b234090681a4516e20ac5debe3e7c59 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@engr.sgi.com> | Sun Jan 08 01:00:38 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:12:40 2006 -0800 |
tree | 168a4c123e38b08d12b6787c18c4aa032520a48b | |
parent | b28a02de8c70d41d6b6ba8911e83ed3ccf2e13f8 [diff] |
[PATCH] slab: remove nested #ifdef CONFIG_NUMA For some reason there is an #ifdef CONFIG_NUMA within another #ifdef CONFIG_NUMA in the page allocator. Remove innermost #ifdef CONFIG_NUMA Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>