[IA64] Split 16-bit severity field in sal_log_record_header
authorTony Luck <tony.luck@intel.com>
Tue, 13 Dec 2005 18:41:49 +0000 (10:41 -0800)
committerTony Luck <tony.luck@intel.com>
Tue, 13 Dec 2005 18:41:49 +0000 (10:41 -0800)
commiteed66cfcbbea851c97e287440d940286fce3f829
tree0d78ff78e693f474c226551ddb4759aa4e62a46b
parent90ac8f7741be4ff66de1f52904f4f67f272f74ce
[IA64] Split 16-bit severity field in sal_log_record_header

ERR_SEVERITY item is defined as a 8 bits item in SAL documentation
($B.2.1 rev december 2003), but as an u16 in sal.h.
This has the side effect that current code in mca.c may not call
ia64_sal_clear_state_info() upon receiving corrected platform errors
if there are bits set in the validation byte.  Reported by Xavier Bru.

Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/sal.h