commit | ac542a513bd7905fa1a700881e0a40a94d3ed46a | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Sat Sep 01 16:36:26 2007 +0900 |
committer | Tony Luck <tony.luck@intel.com> | Fri Oct 12 15:24:06 2007 -0700 |
tree | f30df9f5604a68fa759b0e9337bb55d577ede35a | |
parent | a62c9fe4637f62e3901f8268778dbc8100281d40 [diff] |
[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>