From owner-svn-src-all@freebsd.org Wed Apr 17 15:52:38 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E15615704D9 for ; Wed, 17 Apr 2019 15:52:38 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound2m.ore.mailhop.org (outbound2m.ore.mailhop.org [54.149.155.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B7A885705 for ; Wed, 17 Apr 2019 15:52:37 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1555516355; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=aCP53Qgh/giSIkHqAcqNUdo4JNHZZytTuzIu60Y85pq/TPsDjvcQQKt5KjvAgE5WNTr83pGhf6uqI 3mHNY6xqjrDCj72NFlKz7+X6dgvN/aYpg2pCbrA0FSFn8qcLpaN4izDpmLZVywulumKlzhy1QRyWzM 0tWZZjxPPPt/rdbN6ZvM11VlVcBEwWmW6cqJeaek94TzQ7/ySvCfPVIlz2CO92pA1c43EaPVCPFrUm T1DSMFwHxZkpriv0HBnSeKz+97yjGmi04wQbhQC2faIv3ms1WcAFJQ/CdpGrm+/wRqZU83yX0WjbnW 5i6xHBCUyqYloqQ0vlc2t89Bp/nl0Dg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=e7EdNozgG2arNfOnQbdc0e1ECcjHv54+1OZaKkc4OOM=; b=mXxx2C4nv80cwjW3DTlfl5XXAbAPs4QImcluk6TirSfJOjZlvpWo6lCK92jujKm9cCj+g/IW9s1KI s4pc/6gOo9PoWYyHVu01yKz9J2mcVdRvp5kampDdeiYccX9iJXlITF35U3s/lKmLOOtQyW5cJ1BRlW psxj+o41gO7W5UDdM4hZRRlGxBgYNyJ+APuJxPbagLvzDC9JyhiD+J+w6f9szG8rn/wIElfVJsnmZS Nm1GZCcsL8CBowqkN2aXnhJyJGDgDwJEu/bG5b+qXhtLiS6H6ZH7ACRLx3mrlCHdRXYM7OwOnu2mvp f2iXQuYxi4zLGXh6iNI5arFoQ53VyAA== ARC-Authentication-Results: i=1; outbound4.ore.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:from; bh=e7EdNozgG2arNfOnQbdc0e1ECcjHv54+1OZaKkc4OOM=; b=VwA9lxsYJX7O3FRioyP/UqbV7cnLtlesVrGAkRnXxm6gTe37BRrpFTlWn7EkplRlwMza94TyApOTY LypnSpILK8RhKHMcbj786mk4k9h93A0SStIl0USvD99T1XuBiLBwryjuciVz28LoG8HAayjzqEEIl7 xvrzloWtja8xXU87fJ6nzPQ07eF+E1UtipbH2BVdAtQw+fnAOp06uXCjRPp6C7Ygpidx2f+p+3VMF4 UTwKC9pK/6OSWAikRJUuR6ze6H2MLlqKF7nRppORJHx4v2dXu76f3Geo957En58h9i3XQYJ6sPlkX3 8QzDUwn5uCtSlCQzIzR5lyCTCiRaI/g== X-MHO-RoutePath: aGlwcGll X-MHO-User: cf587f98-6128-11e9-919f-112c64a8cf29 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound4.ore.mailhop.org (Halon) with ESMTPSA id cf587f98-6128-11e9-919f-112c64a8cf29; Wed, 17 Apr 2019 15:52:33 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id x3HFqVOa046893; Wed, 17 Apr 2019 09:52:31 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: 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... From: Ian Lepore To: Andrew Turner , Emmanuel Vadot Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Wed, 17 Apr 2019 09:52:31 -0600 In-Reply-To: References: <201904162004.x3GK4N7u019636@repo.freebsd.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 6B7A885705 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.990,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2019 15:52:38 -0000 On Wed, 2019-04-17 at 11:23 +0200, Andrew Turner wrote: > > On 16 Apr 2019, at 22:04, Emmanuel Vadot 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