]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Use extended crashkernel command line on i386
authorBernhard Walle <bwalle@suse.de>
Fri, 19 Oct 2007 06:40:59 +0000 (23:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:49 +0000 (11:53 -0700)
commitd62cc47163ba2acad6a3c7edec7d522b9e89f0d2
treea391a8e3f217ecf1bd1084157b584a86c332ff04
parentcba63c3089fe57bfafff56239a67ac26bfe027a0
Use extended crashkernel command line on i386

This patch removes the crashkernel parsing from
arch/i386/kernel/machine_kexec.c and calls the generic function, introduced in
the last patch, in setup_bootmem_allocator().

This is necessary because the amount of System RAM must be known in this
function now because of the new syntax.

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Cc: Andi Kleen <ak@suse.de>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kernel/e820_32.c
arch/x86/kernel/machine_kexec_32.c
arch/x86/kernel/setup_32.c