commit | ef23cdbefc3ab7f2ee9ee6dc6d4a94d7d6ec5e2b | [log] [tgz] |
---|---|---|
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | Mon Nov 17 10:18:08 2008 +0900 |
committer | Tony Luck <tony.luck@intel.com> | Thu Nov 20 13:31:10 2008 -0800 |
tree | 1030256e984b98b65b6741112441d9af0622cceb | |
parent | b704882e70d87d7f56db5ff17e2253f3fa90e4f3 [diff] |
[IA64] use mprintk instead of printk, in ia64_mca_modify_original_stack Using printk from MCA/INIT context is unsafe since it can cause deadlock. The ia64_mca_modify_original_stack is called from both of mca handler and init handler, so it should use mprintk instead of printk. Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: Tony Luck <tony.luck@intel.com>