Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 17:07:24 +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: r289319 - head/sys/conf
Message-ID:  <201510141707.t9EH7O3Z028736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Wed Oct 14 17:07:24 2015
New Revision: 289319
URL: https://svnweb.freebsd.org/changeset/base/289319

Log:
  HWPMC depends on pmu.c even if device pmu is not specified.
  Would be great if we could just automatically enabled "device pmu"
  if we try to compile in HWPMC.
  
  MFC after:		2 weeks
  Sponsored by:		DARPA/AFRL
  Reviewed by:		andrew
  Differential Revision:	https://reviews.freebsd.org/D3877

Modified:
  head/sys/conf/files.arm

Modified: head/sys/conf/files.arm
==============================================================================
--- head/sys/conf/files.arm	Wed Oct 14 17:00:35 2015	(r289318)
+++ head/sys/conf/files.arm	Wed Oct 14 17:07:24 2015	(r289319)
@@ -56,7 +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/pmu.c			optional	pmu | hwpmc
 arm/arm/sc_machdep.c		optional	sc
 arm/arm/setcpsr.S		standard
 arm/arm/setstack.s		standard



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