Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2016 19:07:59 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299963 - head/sys/arm/conf
Message-ID:  <201605161907.u4GJ7xko000300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Mon May 16 19:07:58 2016
New Revision: 299963
URL: https://svnweb.freebsd.org/changeset/base/299963

Log:
  Add HWPMC_HOOKS to std.armv6 to make them available
  so the module could be loaded.
  
  Discussed with:	andrew
  Reviewed by:	andrew
  Sponsored by:	DARPA/AFRL
  Differential Revision:	https://reviews.freebsd.org/D6359

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

Modified: head/sys/arm/conf/TEGRA124
==============================================================================
--- head/sys/arm/conf/TEGRA124	Mon May 16 18:47:53 2016	(r299962)
+++ head/sys/arm/conf/TEGRA124	Mon May 16 19:07:58 2016	(r299963)
@@ -154,4 +154,3 @@ device  	fdt_pinctrl
 # SoC-specific devices
 
 #device  	hwpmc
-#options 	HWPMC_HOOKS

Modified: head/sys/arm/conf/std.armv6
==============================================================================
--- head/sys/arm/conf/std.armv6	Mon May 16 18:47:53 2016	(r299962)
+++ head/sys/arm/conf/std.armv6	Mon May 16 19:07:58 2016	(r299963)
@@ -36,6 +36,7 @@ options 	SYSVSEM			# SYSV-style semaphor
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
 options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
+options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
 options 	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
 options 	VFP			# Enable floating point hardware support
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605161907.u4GJ7xko000300>