x86-32, NUMA: Add @start and @end to init_alloc_remap()
authorTejun Heo <tj@kernel.org>
Mon, 2 May 2011 12:18:54 +0000 (14:18 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 2 May 2011 12:18:54 +0000 (14:18 +0200)
commit99cca492ea8ced305bfd687521ed69fb9e0147aa
tree807f087f54f799051114925d50643ca18a950f45
parent38f3e1ca24cc3ec416855e02676f91c898a8a262
x86-32, NUMA: Add @start and @end to init_alloc_remap()

Instead of dereferencing node_start/end_pfn[] directly, make
init_alloc_remap() take @start and @end and let the caller be
responsible for making sure the range is sane.  This is to prepare for
use from unified NUMA init code.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
arch/x86/mm/numa_32.c