Author: marcel
Date: Wed Dec 23 04:39:05 2009
New Revision: 200888
URL: http://svn.freebsd.org/changeset/base/200888
Log:
Add a bit definition for invalid timestamp in the record header.
Modified:
head/sys/ia64/include/mca.h
Modified: head/sys/ia64/include/mca.h
==============================================================================
--- head/sys/ia64/include/mca.h Wed Dec 23 01:41:52 2009 (r200887)
+++ head/sys/ia64/include/mca.h Wed Dec 23 04:39:05 2009 (r200888)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"