From owner-svn-src-head@freebsd.org Sat Aug 4 00:12:36 2018 Return-Path: Delivered-To: svn-src-head@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 23FAB1055D6A; Sat, 4 Aug 2018 00:12:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDDC87BBB4; Sat, 4 Aug 2018 00:12:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-2.local (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id 0232210AFD2; Fri, 3 Aug 2018 20:12:33 -0400 (EDT) Subject: Re: svn commit: r336892 - head/sys/arm/arm To: Andrew Turner , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201807300950.w6U9oQtq034833@repo.freebsd.org> From: John Baldwin Message-ID: <56f85a74-0ca7-86f2-df11-a4ad177935cc@FreeBSD.org> Date: Fri, 3 Aug 2018 17:12:33 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <201807300950.w6U9oQtq034833@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Fri, 03 Aug 2018 20:12:34 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2018 00:12:36 -0000 On 7/30/18 2:50 AM, Andrew Turner wrote: > Author: andrew > Date: Mon Jul 30 09:50:26 2018 > New Revision: 336892 > URL: https://svnweb.freebsd.org/changeset/base/336892 > > Log: > Require ARMv5 for arm. All current kernels are for ARMv5 or later, and it > will allow us to clean out old ARMv4 (and earlier) specific assembly. > > Relnotes: yes FYI, arm's LINT config hasn't built since this commit breaking make tinderbox. -- John Baldwin