]> git.baikalelectronics.ru Git - kernel.git/commit
x86: add flags parameter to reserve_bootmem_generic()
authorBernhard Walle <bwalle@suse.de>
Sun, 8 Jun 2008 13:46:30 +0000 (15:46 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 08:34:54 +0000 (10:34 +0200)
commit329ac49eba333645562fdac2f33607356126bc09
tree4e7146ba90fdbecf49bbf6a867d1b2951d67d5c3
parent512c3524f86fcad9b9aad0d177f5d49bebe53f11
x86: add flags parameter to reserve_bootmem_generic()

This patch adds a 'flags' parameter to reserve_bootmem_generic() like it
already has been added in reserve_bootmem() with commit
968f3331ed1ba7b33e01a377c0fbba03a96b00bc.

It also changes all users to use BOOTMEM_DEFAULT, which doesn't effectively
change the behaviour. Since the change is x86-specific, I don't think it's
necessary to add a new API for migration. There are only 4 users of that
function.

The change is necessary for the next patch, using reserve_bootmem_generic()
for crashkernel reservation.

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/mpparse.c
arch/x86/mm/init_64.c
include/asm-x86/proto.h