From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 78A6CDDED8 for ; Tue, 21 Aug 2007 01:44:45 +1000 (EST) Message-ID: <46C9B6DF.1000006@freescale.com> Date: Mon, 20 Aug 2007 10:44:31 -0500 From: Scott Wood MIME-Version: 1.0 To: Josh Boyer Subject: Re: [PATCH 0/3 v2] Remove need for include/asm-ppc References: <20070820060000.GA26100@localhost.localdomain> <20070820103719.23f50f64@weaponx.rchland.ibm.com> In-Reply-To: <20070820103719.23f50f64@weaponx.rchland.ibm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: linuxppc-dev@ozlabs.org, David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Josh Boyer wrote: > On Mon, 20 Aug 2007 10:32:43 -0500 > Kumar Gala wrote: >>Do we want to go and move stuff back out of arch/powerpc/kernel back >>into arch/ppc/kernel? or just include files? > > > What would be the point of doing that? I would think we want the > opposite, in that we want to reuse as much of arch/powerpc during > arch/ppc compiles as possible. Sort of shows how much is "left" to > port. The point would be to keep the two trees separate, so that one doesn't need to worry about breaking arch/ppc when making a change to arch/powerpc. -Scott