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 pseudo-device tprof (fix build)



details:   https://anonhg.NetBSD.org/src/rev/06cce882154e
branches:  trunk
changeset: 833867:06cce882154e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jul 15 18:00:14 2018 +0000

description:
add pseudo-device tprof (fix build)

diffstat:

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

diffs (18 lines):

diff -r 3f7720f9376f -r 06cce882154e sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sun Jul 15 16:59:16 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sun Jul 15 18:00:14 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.28 2018/07/15 16:09:05 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.29 2018/07/15 18:00:14 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -88,6 +88,7 @@
 
 # Performance monitors
 armpmu*                at fdt?
+pseudo-device  tprof
 
 # CPU frequency scaling
 cpufreqdt*     at cpu?



Home | Main Index | Thread Index | Old Index