]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66d7effa35ea0bfedfac1d621b5eeadc7bbbe3d1
treefda23444fee6f53a7c5cb887aad547a10cbdf855
parent43ae16ea51d7ad5ba535e3f17d58f49d8542f8f4
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