[IA64] Pass more data to the MCA/INIT notify_die hooks
authorKeith Owens <kaos@sgi.com>
Mon, 3 Apr 2006 05:26:12 +0000 (15:26 +1000)
committerTony Luck <tony.luck@intel.com>
Sat, 8 Apr 2006 05:51:51 +0000 (22:51 -0700)
commit958b166c00b39ff0b28ad2bbb32624b9f305a4e1
tree9a7d086f44e4fc034f1f91eed945ef4eabc5fa0c
parent2db8d99ffdbed7d2beb1bbdefdcd086dda9dee98
[IA64] Pass more data to the MCA/INIT notify_die hooks

The MCA/INIT handlers maintain important state in the SAL to OS (sos)
area and in the monarch_cpu flag.  Kernel debuggers (such as KDB) need
this data, and may need to adjust the monarch_cpu field so make the
data available to the notify_die hooks.  Define two more events for
calling the functions on the notify_die chain.

Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/mca.c
include/asm-ia64/kdebug.h
include/asm-ia64/mca.h