Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/tprof Define TPROF_IDENT_ARMV8_GENERIC
details: https://anonhg.NetBSD.org/src/rev/7cbc4df23221
branches: trunk
changeset: 363213:7cbc4df23221
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Jul 15 18:55:05 2018 +0000
description:
Define TPROF_IDENT_ARMV8_GENERIC
diffstat:
sys/dev/tprof/tprof_types.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 5e3fa1d1bcaa -r 7cbc4df23221 sys/dev/tprof/tprof_types.h
--- a/sys/dev/tprof/tprof_types.h Sun Jul 15 18:36:51 2018 +0000
+++ b/sys/dev/tprof/tprof_types.h Sun Jul 15 18:55:05 2018 +0000
@@ -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 @@
#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_ */
Home |
Main Index |
Thread Index |
Old Index