Module Name: src
Committed By: jmcneill
Date: Sun Jul 15 23:46:25 UTC 2018
Modified Files:
src/sys/dev/tprof: tprof_types.h
Log Message:
Add TPROF_IDENT_ARMV7_GENERIC
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/tprof/tprof_types.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/tprof/tprof_types.h
diff -u src/sys/dev/tprof/tprof_types.h:1.4 src/sys/dev/tprof/tprof_types.h:1.5
--- src/sys/dev/tprof/tprof_types.h:1.4 Sun Jul 15 18:55:05 2018
+++ src/sys/dev/tprof/tprof_types.h Sun Jul 15 23:46:25 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: tprof_types.h,v 1.4 2018/07/15 18:55:05 jmcneill Exp $ */
+/* $NetBSD: tprof_types.h,v 1.5 2018/07/15 23:46:25 jmcneill Exp $ */
/*-
* Copyright (c)2010,2011 YAMAMOTO Takashi,
@@ -65,5 +65,6 @@ typedef struct tprof_param {
#define TPROF_IDENT_INTEL_GENERIC 0x01
#define TPROF_IDENT_AMD_GENERIC 0x02
#define TPROF_IDENT_ARMV8_GENERIC 0x03
+#define TPROF_IDENT_ARMV7_GENERIC 0x04
#endif /* _DEV_TPROF_TPROF_TYPES_H_ */