Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Add armpmu



details:   https://anonhg.NetBSD.org/src/rev/38391fc62283
branches:  trunk
changeset: 324678:38391fc62283
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jul 15 16:09:05 2018 +0000

description:
Add armpmu

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 2e23acc2023c -r 38391fc62283 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sun Jul 15 16:08:30 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sun Jul 15 16:09:05 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.27 2018/07/14 15:09:41 maxv Exp $
+#      $NetBSD: GENERIC64,v 1.28 2018/07/15 16:09:05 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -86,6 +86,9 @@
 cpus*          at fdt? pass 0
 cpu*           at fdt? pass 0
 
+# Performance monitors
+armpmu*                at fdt?
+
 # CPU frequency scaling
 cpufreqdt*     at cpu?
 



Home | Main Index | Thread Index | Old Index