summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-12-13 22:22:50 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-12-13 22:22:50 -0500
commit36dfc3f67b3054e6bbc5344256461802aa5d6257 (patch)
tree760f07b428964b0c0961deabe2f2bb0f54155142 /include/asm-ia64
parente8b09428482deff1a9d7a36d371acee364182ec3 (diff)
parentc6329f4df2263ab5a40601a5236639e61b682f51 (diff)
Merge branch 'upstream'
Diffstat (limited to 'include/asm-ia64')
-rw-r--r--include/asm-ia64/sal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-ia64/sal.h b/include/asm-ia64/sal.h
index 29df88bdd2b..313cad0628d 100644
--- a/include/asm-ia64/sal.h
+++ b/include/asm-ia64/sal.h
@@ -320,7 +320,8 @@ typedef struct sal_log_timestamp {
typedef struct sal_log_record_header {
u64 id; /* Unique monotonically increasing ID */
sal_log_revision_t revision; /* Major and Minor revision of header */
- u16 severity; /* Error Severity */
+ u8 severity; /* Error Severity */
+ u8 validation_bits; /* 0: platform_guid, 1: !timestamp */
u32 len; /* Length of this error log in bytes */
sal_log_timestamp_t timestamp; /* Timestamp */
efi_guid_t platform_guid; /* Unique OEM Platform ID */