Date: Tue, 03 Sep 2019 14:07:10 -0000 From: Andrew Turner <andrew@fubar.geek.nz> To: Emmanuel Vadot <manu@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r346295 - in head/sys: arm/allwinner arm/altera/socfpga arm/amlogic/aml8726 arm/annapurna/alpine arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/mv arm/nvidia/tegra124 a... Message-ID: <EAC3898F-DD99-448B-B9CB-E6093B05891E@fubar.geek.nz> In-Reply-To: <201904162004.x3GK4N7u019636@repo.freebsd.org> References: <201904162004.x3GK4N7u019636@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 16 Apr 2019, at 22:04, Emmanuel Vadot <manu@freebsd.org> wrote: >=20 > Author: manu > Date: Tue Apr 16 20:04:22 2019 > New Revision: 346295 > URL: https://svnweb.freebsd.org/changeset/base/346295 >=20 > Log: > arm: Add kern_clocksource.c directly in files.arm >=20 > This files is needed and included in all our config so move it to a = common > location. >=20 > MFC after: 2 weeks ... > 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 Tue Apr 16 19:46:02 2019 = (r346294) > +++ head/sys/conf/files.arm Tue Apr 16 20:04:22 2019 = (r346295) > @@ -11,6 +11,9 @@ cloudabi32_vdso_blob.o optional = compat_cloudabi32 \ > no-implicit-rule = \ > clean "cloudabi32_vdso_blob.o" > # > + > +kern/kern_clocksource.c standard Could this be moved from the various files.* to files? It seems we = define it as standard on all architectures. Andrew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EAC3898F-DD99-448B-B9CB-E6093B05891E>