svn commit: r200888 - head/sys/ia64/include

Marcel Moolenaar marcel at FreeBSD.org
Wed Dec 23 04:39:06 UTC 2009


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


More information about the svn-src-all mailing list