summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-10-07 13:19:44 +0000
committerandrew <andrew@FreeBSD.org>2015-10-07 13:19:44 +0000
commit1b20850b547f3ed196050414e15541ea1946af41 (patch)
tree20410668e7745fe592870cc4b1ec095b7455adb8 /sys/conf
parent46f350c8acc7a6f36781e7ad78b3516bd63976cb (diff)
downloadFreeBSD-src-1b20850b547f3ed196050414e15541ea1946af41.zip
FreeBSD-src-1b20850b547f3ed196050414e15541ea1946af41.tar.gz
Move pmu.c to files.arm and rename the option to pmu. This is not hwpmc
specific as we may use the pmu registers for other uses. No configs seem to currently build this. This will allow for more use of this device. Discussed with: bz Sponsored by: ABT Systems Ltd
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index 84267a0..85830bb 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -56,6 +56,7 @@ arm/arm/platform_if.m optional platform
arm/arm/pmap.c optional !armv6
arm/arm/pmap-v6.c optional armv6 !arm_new_pmap
arm/arm/pmap-v6-new.c optional armv6 arm_new_pmap
+arm/arm/pmu.c optional pmu
arm/arm/sc_machdep.c optional sc
arm/arm/setcpsr.S standard
arm/arm/setstack.s standard
OpenPOWER on IntegriCloud