Module Name:    src
Committed By:   jmcneill
Date:           Sun Jul 15 18:00:14 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
add pseudo-device tprof (fix build)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.28 src/sys/arch/evbarm/conf/GENERIC64:1.29
--- src/sys/arch/evbarm/conf/GENERIC64:1.28	Sun Jul 15 16:09:05 2018
+++ src/sys/arch/evbarm/conf/GENERIC64	Sun Jul 15 18:00:14 2018
@@ -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 @@ cpu*		at fdt? pass 0
 
 # Performance monitors
 armpmu*		at fdt?
+pseudo-device	tprof
 
 # CPU frequency scaling
 cpufreqdt*	at cpu?

Reply via email to