Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/tprof Add TPROF_IDENT_ARMV7_GENERIC
details: https://anonhg.NetBSD.org/src/rev/7560dff174c1
branches: trunk
changeset: 320676:7560dff174c1
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Jul 15 23:46:25 2018 +0000
description:
Add TPROF_IDENT_ARMV7_GENERIC
diffstat:
sys/dev/tprof/tprof_types.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r cc1eddf56a97 -r 7560dff174c1 sys/dev/tprof/tprof_types.h
--- a/sys/dev/tprof/tprof_types.h Sun Jul 15 21:31:00 2018 +0000
+++ b/sys/dev/tprof/tprof_types.h Sun Jul 15 23:46:25 2018 +0000
@@ -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 @@
#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_ */
Home |
Main Index |
Thread Index |
Old Index