From 84986e81a575ba523a5119bdf147f38106fcb2c2 Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 23 Dec 2009 04:39:05 +0000 Subject: Add a bit definition for invalid timestamp in the record header. --- sys/ia64/include/mca.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/ia64/include') diff --git a/sys/ia64/include/mca.h b/sys/ia64/include/mca.h index 75831c7..94926d1 100644 --- a/sys/ia64/include/mca.h +++ b/sys/ia64/include/mca.h @@ -39,6 +39,7 @@ struct mca_record_header { #define MCA_RH_ERROR_CORRECTED 2 uint8_t rh_flags; #define MCA_RH_FLAGS_PLATFORM_ID 0x01 /* Platform_id present. */ +#define MCA_RH_FLAGS_TIME_STAMP 0x02 /* Timestamp invalid. */ uint32_t rh_length; /* Size including header. */ uint8_t rh_time[8]; #define MCA_RH_TIME_SEC 0 -- cgit v1.1