svn commit: r287083 - head/sys/arm/conf

Andrew Turner andrew at FreeBSD.org
Sun Aug 23 21:10:21 UTC 2015


Author: andrew
Date: Sun Aug 23 21:10:20 2015
New Revision: 287083
URL: https://svnweb.freebsd.org/changeset/base/287083

Log:
  Enable KDTRACE_HOOKS by default on all armv6 kernels to get more testing.

Modified:
  head/sys/arm/conf/BEAGLEBONE
  head/sys/arm/conf/std.armv6

Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE	Sun Aug 23 20:50:22 2015	(r287082)
+++ head/sys/arm/conf/BEAGLEBONE	Sun Aug 23 21:10:20 2015	(r287083)
@@ -28,11 +28,6 @@ include 	"../ti/am335x/std.am335x"
 
 makeoptions	MODULES_EXTRA="dtb/am335x am335x_dmtpps"
 
-# DTrace support
-options 	KDTRACE_HOOKS		# Kernel DTrace hooks
-options 	DDB_CTF			# all architectures - kernel ELF linker loads CTF data
-makeoptions	WITH_CTF=1
-
 options 	HZ=100
 options 	SCHED_4BSD		# 4BSD scheduler
 options 	PLATFORM

Modified: head/sys/arm/conf/std.armv6
==============================================================================
--- head/sys/arm/conf/std.armv6	Sun Aug 23 20:50:22 2015	(r287082)
+++ head/sys/arm/conf/std.armv6	Sun Aug 23 21:10:20 2015	(r287083)
@@ -38,3 +38,8 @@ options 	FREEBSD_BOOT_LOADER	# Process m
 options 	VFP			# Enable floating point hardware support
 
 options 	ARM_NEW_PMAP		# Use new pmap code.
+
+# DTrace support
+options 	KDTRACE_HOOKS		# Kernel DTrace hooks
+options 	DDB_CTF			# all architectures - kernel ELF linker loads CTF data
+makeoptions	WITH_CTF=1


More information about the svn-src-all mailing list