[IA64] Set the correct default OS status in the MCA handler
authorKeith Owens <kaos@sgi.com>
Tue, 24 Jan 2006 01:31:26 +0000 (12:31 +1100)
committerTony Luck <tony.luck@intel.com>
Tue, 24 Jan 2006 19:50:07 +0000 (11:50 -0800)
sos->os_status is set to a default value of IA64_MCA_COLD_BOOT for an
MCA, but then is incorrectly overwritten with IA64_MCA_SAME_CONTEXT (0).
This makes SAL think that all MCAs have been recovered.

Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found