[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)
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>

No differences found