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 KDTRACE_HOOKS is enabled by default in ...



details:   https://anonhg.NetBSD.org/src/rev/7dc1b965257c
branches:  trunk
changeset: 822501:7dc1b965257c
user:      sevan <sevan%NetBSD.org@localhost>
date:      Wed Mar 22 22:53:06 2017 +0000

description:
KDTRACE_HOOKS is enabled by default in GENERIC.common, remove references in
individual config files.

diffstat:

 sys/arch/evbarm/conf/BEAGLEBONE |  3 +--
 sys/arch/evbarm/conf/SHEEVAPLUG |  3 +--
 sys/arch/evbarm/conf/VTC100     |  3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r b257f26c87cb -r 7dc1b965257c sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE   Wed Mar 22 22:37:41 2017 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE   Wed Mar 22 22:53:06 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBONE,v 1.38 2017/03/18 21:04:12 sevan Exp $
+#      $NetBSD: BEAGLEBONE,v 1.39 2017/03/22 22:53:06 sevan Exp $
 #
 #      BEAGLEBONE -- TI AM335x board Kernel
 #
@@ -134,7 +134,6 @@
 #options       PERFCTRS        # performance counters
 options        DIAGNOSTIC      # internal consistency checks
 options        DEBUG
-options        KDTRACE_HOOKS   # kernel DTrace hooks
 options        MODULAR         # DTrace is a module (load via modules.conf)
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
diff -r b257f26c87cb -r 7dc1b965257c sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG   Wed Mar 22 22:37:41 2017 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG   Wed Mar 22 22:53:06 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHEEVAPLUG,v 1.53 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: SHEEVAPLUG,v 1.54 2017/03/22 22:53:06 sevan Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -156,7 +156,6 @@
 #options       PERFCTRS        # performance counters
 options        DIAGNOSTIC      # internal consistency checks
 options        DEBUG
-#options       KDTRACE_HOOKS   # kernel DTrace hooks
 #options       LOCKDEBUG
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages
diff -r b257f26c87cb -r 7dc1b965257c sys/arch/evbarm/conf/VTC100
--- a/sys/arch/evbarm/conf/VTC100       Wed Mar 22 22:37:41 2017 +0000
+++ b/sys/arch/evbarm/conf/VTC100       Wed Mar 22 22:53:06 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: VTC100,v 1.11 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: VTC100,v 1.12 2017/03/22 22:53:06 sevan Exp $
 #
 #      VTC100 -- NEXCOM VTC100 Kernel
 #
@@ -134,7 +134,6 @@
 #options       PERFCTRS        # performance counters
 options        DIAGNOSTIC      # internal consistency checks
 options        DEBUG
-#options       KDTRACE_HOOKS   # kernel DTrace hooks
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages



Home | Main Index | Thread Index | Old Index