]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IA64] Fix kernel panic in kdump on INIT
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Sat, 1 Sep 2007 07:36:26 +0000 (16:36 +0900)
committerTony Luck <tony.luck@intel.com>
Fri, 12 Oct 2007 22:24:06 +0000 (15:24 -0700)
commitac542a513bd7905fa1a700881e0a40a94d3ed46a
treef30df9f5604a68fa759b0e9337bb55d577ede35a
parenta62c9fe4637f62e3901f8268778dbc8100281d40
[IA64] Fix kernel panic in kdump on INIT

Fix the problem that kdump on INIT causes a kernel panic if kdump
kernel image is not configured. The cause of this problem is
machine_kexec_on_init() is using printk in INIT context. It should
use ia64_mca_printk() instead.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/crash.c
arch/ia64/kernel/mca_drv.h
include/asm-ia64/mca.h