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 Enable armpmu and tprof



details:   https://anonhg.NetBSD.org/src/rev/55d0c3e6f04a
branches:  trunk
changeset: 324692:55d0c3e6f04a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jul 15 23:48:45 2018 +0000

description:
Enable armpmu and tprof

diffstat:

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

diffs (21 lines):

diff -r d0429dd83f0f -r 55d0c3e6f04a sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Sun Jul 15 23:48:08 2018 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Sun Jul 15 23:48:45 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: SUNXI,v 1.79 2018/07/14 15:09:41 maxv Exp $
+#      $NetBSD: SUNXI,v 1.80 2018/07/15 23:48:45 jmcneill Exp $
 #
 #      Allwinner sunxi family
 #
@@ -174,6 +174,10 @@
 cpu*           at fdt? pass 0
 cpufreqdt*     at cpu?
 
+# Performance monitors
+armpmu*                at fdt?
+pseudo-device  tprof
+
 # Power state coordination interface
 psci*          at fdt?
 



Home | Main Index | Thread Index | Old Index