]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: use BOOTMEM_EXCLUSIVE on 32-bit
authorBernhard Walle <bwalle@suse.de>
Fri, 20 Jun 2008 21:31:06 +0000 (21:31 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Jun 2008 21:08:30 +0000 (14:08 -0700)
commit6433ff677312c44e46336d208b44a1f99aac11f4
treecb0ff1b0724a6baa7caeb48dbe6df2b132f56e10
parent8c3a10753bfb7ba66b024398cc9bad9eea82a99f
x86: use BOOTMEM_EXCLUSIVE on 32-bit

commit d3942cff620bea073fc4e3c8ed878eb1e84615ce upstream

This patch uses the BOOTMEM_EXCLUSIVE for crashkernel reservation also for
i386 and prints a error message on failure.

The patch is still for 2.6.26 since it is only bug fixing. The unification
of reserve_crashkernel() between i386 and x86_64 should be done for 2.6.27.

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/setup_32.c