Use extended crashkernel command line on sh
authorBernhard Walle <bwalle@suse.de>
Fri, 19 Oct 2007 06:41:02 +0000 (23:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:51 +0000 (11:53 -0700)
commit7d7712a385d5b0a6f921dbd9b66ad3aaed387b5e
treefda23444fee6f53a7c5cb887aad547a10cbdf855
parentedd8ce67436851a62f99f1d9707b40ea6a8e5323
Use extended crashkernel command line on sh

This patch removes the crashkernel parsing from arch/sh/kernel/machine_kexec.c
and calls the generic function, introduced in the generic 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>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/sh/kernel/machine_kexec.c
arch/sh/kernel/setup.c