Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 01:56:21 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r289353 - head/sys/conf
Message-ID:  <DE1A3D42-48E8-49D9-8023-97C05A35B676@FreeBSD.org>
In-Reply-To: <201510150151.t9F1pAYR092228@repo.freebsd.org>
References:  <201510150151.t9F1pAYR092228@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On 15 Oct 2015, at 01:51 , Bjoern A. Zeeb <bz@freebsd.org> wrote:
>=20
> Author: bz
> Date: Thu Oct 15 01:51:10 2015
> New Revision: 289353
> URL: https://svnweb.freebsd.org/changeset/base/289353
>=20
> Log:
>  2nd try, after r289319:
>=20
>  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.
>=20
>  Also several old kernel cnfigurations seem to have HWPMC enabled but =
are
>  pre-FDT and thus fail.  So make pmu.c depend on fdt in case of hwpmc =
as
>  well.

Suggested by:		ian


>  MFC after:		2 weeks
>  Sponsored by:		DARPA/AFRL
>  Differential Revision:	https://reviews.freebsd.org/D3877
>=20
> Modified:
>  head/sys/conf/files.arm
>=20
> Modified: head/sys/conf/files.arm
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- head/sys/conf/files.arm	Thu Oct 15 01:48:52 2015	=
(r289352)
> +++ head/sys/conf/files.arm	Thu Oct 15 01:51:10 2015	=
(r289353)
> @@ -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 | fdt 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?DE1A3D42-48E8-49D9-8023-97C05A35B676>