From owner-svn-src-head@freebsd.org Fri Oct 6 08:25:38 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A71B2E3089B; Fri, 6 Oct 2017 08:25:38 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from fry.fubar.geek.nz (fry.fubar.geek.nz [139.59.165.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7319274D40; Fri, 6 Oct 2017 08:25:37 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from dhcp-10-248-98-167.eduroam.wireless.private.cam.ac.uk (global-5-141.nat-2.net.cam.ac.uk [131.111.5.141]) by fry.fubar.geek.nz (Postfix) with ESMTPSA id D50924ECDA; Fri, 6 Oct 2017 08:16:14 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r324341 - in head/sys: arm/allwinner arm/altera/socfpga arm/amlogic/aml8726 arm/annapurna/alpine arm/broadcom/bcm2835 arm/conf arm/freescale/imx arm/freescale/vybrid arm/mv arm/mv/armad... From: Andrew Turner In-Reply-To: <201710052301.v95N1olt013714@repo.freebsd.org> Date: Fri, 6 Oct 2017 09:16:13 +0100 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <18316188-B3F3-4D70-9502-6461B2095FE0@fubar.geek.nz> References: <201710052301.v95N1olt013714@repo.freebsd.org> To: Warner Losh X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 06 Oct 2017 08:25:38 -0000 > On 6 Oct 2017, at 00:01, Warner Losh wrote: > > Author: imp > Date: Thu Oct 5 23:01:50 2017 > New Revision: 324341 > URL: https://svnweb.freebsd.org/changeset/base/324341 > > Log: > Tag all armv7 kernels as such in their machine config line. > > Transition all boards that support arm cortex CPUs to armv7. This > leaves two armv6 kernels in the tree. RPI-B, which uses the BCM2835 > which has a ARM1176 core, and VERSATILEPB, which is a qemu board setup > around the time RPI-B went in. Copy std.armv6 to std.armv7, even > though that duplicates a lot of stuff. More work needs to be done to > sort out the duplication. > > Differential Revision: https://reviews.freebsd.org/D12027 > > Added: > head/sys/arm/conf/VIRT > - copied, changed from r324340, head/sys/arm/conf/ARMADAXP Did you mean to add VIRT? Andrew