From d58f3e80b8f9e79a824c8f7ae68387c263236d26 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Mon, 16 May 2016 19:07:58 +0000 Subject: [PATCH] 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 --- sys/arm/conf/TEGRA124 | 1 - sys/arm/conf/std.armv6 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/conf/TEGRA124 b/sys/arm/conf/TEGRA124 index 1b3ec3f63e5..3d55c4b0634 100644 --- a/sys/arm/conf/TEGRA124 +++ b/sys/arm/conf/TEGRA124 @@ -154,4 +154,3 @@ device fdt_pinctrl # SoC-specific devices #device hwpmc -#options HWPMC_HOOKS diff --git a/sys/arm/conf/std.armv6 b/sys/arm/conf/std.armv6 index 4dc490641e3..e414bbf794b 100644 --- a/sys/arm/conf/std.armv6 +++ b/sys/arm/conf/std.armv6 @@ -36,6 +36,7 @@ options SYSVSEM # SYSV-style semaphores 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 -- 2.45.2