Home
last modified time | relevance | path

Searched hist:ef23cdbefc3ab7f2ee9ee6dc6d4a94d7d6ec5e2b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dmca.cdiff ef23cdbefc3ab7f2ee9ee6dc6d4a94d7d6ec5e2b Sun Nov 16 19:18:08 CST 2008 Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> [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>