]> git.karo-electronics.de Git - linux-beck.git/commit
MIPS: kexec: Fix random crashes while loading crashkernel
authorPrem Mallappa <prem.mallappa@gmail.com>
Wed, 4 Sep 2013 17:56:24 +0000 (23:26 +0530)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Sep 2013 18:53:43 +0000 (20:53 +0200)
commitc2882b7fab9251309dc10c980b17e486f848502f
tree30c1b22534557e7351720ed8f0caeb1c2be180fc
parent273463b78237b53936a61046bfb4c8e55150ca24
MIPS: kexec: Fix random crashes while loading crashkernel

Fixed compilation errors in case of non-KEXEC kernel
Rearranging code so that crashk_res gets updated.
- crashk_res is updated after mips_parse_crashkernel(),
   after resource_init(), which is after arch_mem_init().
- The reserved memory is actually treated as Usable memory,
   Unless we load the crash kernel, everything works.

Signed-off-by: Prem Mallappa <pmallappa@caviumnetworks.com>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/5805/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/setup.c