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...

Ian Lepore ian at freebsd.org
Wed Apr 17 15:52:38 UTC 2019


On Wed, 2019-04-17 at 11:23 +0200, Andrew Turner wrote:
> > On 16 Apr 2019, at 22:04, Emmanuel Vadot <manu at freebsd.org> wrote:
> > 
> > Author: manu
> > Date: Tue Apr 16 20:04:22 2019
> > New Revision: 346295
> > URL: https://svnweb.freebsd.org/changeset/base/346295
> > 
> > Log:
> >  arm: Add kern_clocksource.c directly in files.arm
> > 
> >  This files is needed and included in all our config so move it to
> > a common
> >  location.
> > 
> >  MFC after:	2 weeks
> 
> ...
> > Modified: head/sys/conf/files.arm
> > ===================================================================
> > ===========
> > --- 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	com
> > pat_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.
> 
> 

I thought mips still had some variants that didn't implement event
timers.  That's why this stuff was ever in arch-specific files, arm and
mips had some flavors without ET support.

If we no longer have any platforms that need to run without event
timers, there is some more extensive cleanup that could be done beyond
just moving this entry to sys/conf/files (and I'd be up for doing that
work, if I can find time).

-- Ian




More information about the svn-src-all mailing list