]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] slab: remove nested #ifdef CONFIG_NUMA
authorChristoph Lameter <clameter@engr.sgi.com>
Sun, 8 Jan 2006 09:00:38 +0000 (01:00 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:12:40 +0000 (20:12 -0800)
commitbec6b0c89b234090681a4516e20ac5debe3e7c59
tree168a4c123e38b08d12b6787c18c4aa032520a48b
parentb28a02de8c70d41d6b6ba8911e83ed3ccf2e13f8
[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>
mm/page_alloc.c