svn commit: r288992 - in head/sys: arm/ti conf

Andrew Turner andrew at FreeBSD.org
Wed Oct 7 13:19:46 UTC 2015


Author: andrew
Date: Wed Oct  7 13:19:44 2015
New Revision: 288992
URL: https://svnweb.freebsd.org/changeset/base/288992

Log:
  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

Modified:
  head/sys/arm/ti/files.ti
  head/sys/conf/files.arm

Modified: head/sys/arm/ti/files.ti
==============================================================================
--- head/sys/arm/ti/files.ti	Wed Oct  7 13:10:26 2015	(r288991)
+++ head/sys/arm/ti/files.ti	Wed Oct  7 13:19:44 2015	(r288992)
@@ -5,7 +5,6 @@ kern/kern_clocksource.c				standard
 arm/arm/bus_space_base.c			standard
 arm/arm/bus_space_generic.c			standard
 arm/arm/bus_space_asm_generic.S			standard
-arm/arm/pmu.c					optional	hwpmc
 
 arm/ti/ti_common.c				standard
 arm/ti/ti_cpuid.c				standard

Modified: head/sys/conf/files.arm
==============================================================================
--- head/sys/conf/files.arm	Wed Oct  7 13:10:26 2015	(r288991)
+++ head/sys/conf/files.arm	Wed Oct  7 13:19:44 2015	(r288992)
@@ -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


More information about the svn-src-all mailing list