[IA64] simplify notify hooks in mca.c
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Thu, 17 Apr 2008 08:00:37 +0000 (17:00 +0900)
committerTony Luck <tony.luck@intel.com>
Tue, 22 Apr 2008 15:56:38 +0000 (08:56 -0700)
There are many notify_die() and almost all take same style with
ia64_mca_spin().  This patch defines macros and replace them all,
to reduce lines and to improve readability.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found