]> git.baikalelectronics.ru Git - kernel.git/commit
x86_64: make reserve_bootmem_generic() use new reserve_bootmem()
authorYinghai Lu <yhlu.kernel@gmail.com>
Tue, 18 Mar 2008 19:50:21 +0000 (12:50 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 20:51:08 +0000 (22:51 +0200)
commit9e4cb1fe90133b07e24beddb94bf6a1acd7efc1f
treecc775b442750533d9854466a8da58088349b5d5b
parentccc92054db2cee3be1ccb580ec00417c2a1f1a2e
x86_64: make reserve_bootmem_generic() use new reserve_bootmem()

"mm: make reserve_bootmem can crossed the nodes" provides new
reserve_bootmem(), let reserve_bootmem_generic() use that.

reserve_bootmem_generic() is used to reserve initramdisk, so this way
we can make sure even when bootloader or kexec load ranges cross the
node memory boundaries, reserve_bootmem still works.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init_64.c