From: Bernhard Walle Date: Sun, 8 Jun 2008 13:46:30 +0000 (+0200) Subject: x86: add flags parameter to reserve_bootmem_generic() X-Git-Tag: v2.6.27-rc1~1106^2~247^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b2ef1d7285740953a2c4ef7faf15fdfc5e2f358;p=pandora-kernel.git 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 72a7fe3967dbf86cb34e24fbf1d957fe24d2f246. 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed