From owner-freebsd-arch@FreeBSD.ORG Thu Jun 17 21:28:49 2010 Return-Path: Delivered-To: freebsd-arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 352801065673; Thu, 17 Jun 2010 21:28:49 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id EC2A58FC13; Thu, 17 Jun 2010 21:28:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o5HLONb4074731; Thu, 17 Jun 2010 15:24:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 17 Jun 2010 15:24:26 -0600 (MDT) Message-Id: <20100617.152426.956847443218256651.imp@bsdimp.com> To: nwhitehorn@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20100614120141.3876ec6d@anacreon.physics.wisc.edu> References: <20100614120141.3876ec6d@anacreon.physics.wisc.edu> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: mdf@FreeBSD.org, freebsd-arch@FreeBSD.org Subject: Re: arch-specific directories X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2010 21:28:49 -0000 In message: <20100614120141.3876ec6d@anacreon.physics.wisc.edu> Nathan Whitehorn writes: : The larger scope of this is the work being done by M. Warner Losh (the : "TARGET_BIG_ENDIAN must die" branch), which he is currently merging. : This defines a new thing, MACHINE_CPUARCH, that would be 'powerpc', : with MACHINE_ARCH values of 'powerpc' and 'powerpc64', and is what will : allow sys/powerpc64 to disappear. I'm sure he can describe it in more : detail. I've started merging this stuff, but haven't finished yet.. MACHINE_CPUARCH is present, but I've not merged all the places that are used... Warner