]> git.baikalelectronics.ru Git - kernel.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)
commit88d29a1bc4722c8da5a4b034ee7f06cbd4187799
tree168a4c123e38b08d12b6787c18c4aa032520a48b
parentf26acf4b9345a156db535762827bd4e9b516ff28
[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