]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc6015551cfb1ea1de8377215c4e94d47671e97c0
tree807f087f54f799051114925d50643ca18a950f45
parent7fa35954d53b7d26890682de5a5302edabf1427a
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