Re: [PATCH 2.6.21-rc6] mm/page_alloc.c: removal of an unused definition of 'setup_n_node_ids'

2007-04-06 Thread Christoph Lameter
On Fri, 6 Apr 2007, Patrick Ringl wrote: > Remove an empty and thus unused definition of 'setup_nr_node_ids' (in case of > MAX_NUMNODES < 1) in order to resolve a compiler warning. You mean MAX_NUMNODES == 1? Also that empty and unused definition is used by free_area_init_nodes() - To

Re: [PATCH 2.6.21-rc6] mm/page_alloc.c: removal of an unused definition of 'setup_n_node_ids'

2007-04-06 Thread Christoph Lameter
On Fri, 6 Apr 2007, Patrick Ringl wrote: Remove an empty and thus unused definition of 'setup_nr_node_ids' (in case of MAX_NUMNODES 1) in order to resolve a compiler warning. You mean MAX_NUMNODES == 1? Also that empty and unused definition is used by free_area_init_nodes() - To unsubscribe

[PATCH 2.6.21-rc6] mm/page_alloc.c: removal of an unused definition of 'setup_n_node_ids'

2007-04-05 Thread Patrick Ringl
Remove an empty and thus unused definition of 'setup_nr_node_ids' (in case of MAX_NUMNODES < 1) in order to resolve a compiler warning. Signed-off-by: Patrick Ringl <[EMAIL PROTECTED]> --- --- linux-2.6.20-o/mm/page_alloc.c 2007-03-22 23:11:25.0 +0100 +++

[PATCH 2.6.21-rc6] mm/page_alloc.c: removal of an unused definition of 'setup_n_node_ids'

2007-04-05 Thread Patrick Ringl
Remove an empty and thus unused definition of 'setup_nr_node_ids' (in case of MAX_NUMNODES 1) in order to resolve a compiler warning. Signed-off-by: Patrick Ringl [EMAIL PROTECTED] --- --- linux-2.6.20-o/mm/page_alloc.c 2007-03-22 23:11:25.0 +0100 +++ linux-2.6.20/mm/page_alloc.c