Module Name:    src
Committed By:   jmcneill
Date:           Sun Jul 15 18:55:05 UTC 2018

Modified Files:
        src/sys/dev/tprof: tprof_types.h

Log Message:
Define TPROF_IDENT_ARMV8_GENERIC


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/sys/dev/tprof/tprof_types.h:1.4
--- src/sys/dev/tprof/tprof_types.h:1.3	Fri Jul 13 07:56:29 2018
+++ src/sys/dev/tprof/tprof_types.h	Sun Jul 15 18:55:05 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: tprof_types.h,v 1.3 2018/07/13 07:56:29 maxv Exp $	*/
+/*	$NetBSD: tprof_types.h,v 1.4 2018/07/15 18:55:05 jmcneill Exp $	*/
 
 /*-
  * Copyright (c)2010,2011 YAMAMOTO Takashi,
@@ -64,5 +64,6 @@ typedef struct tprof_param {
 #define	TPROF_IDENT_NONE		0x00
 #define	TPROF_IDENT_INTEL_GENERIC	0x01
 #define	TPROF_IDENT_AMD_GENERIC		0x02
+#define	TPROF_IDENT_ARMV8_GENERIC	0x03
 
 #endif /* _DEV_TPROF_TPROF_TYPES_H_ */

Reply via email to