From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id ECA86DDECA for ; Mon, 4 Aug 2008 00:58:34 +1000 (EST) Message-Id: From: Kumar Gala To: Paul Mackerras In-Reply-To: <20080801152030.ff10b6b2.sfr@canb.auug.org.au> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: [PATCH v2] powerpc: move include files to arch/powerpc/include/asm Date: Sun, 3 Aug 2008 09:58:14 -0500 References: <20080801152030.ff10b6b2.sfr@canb.auug.org.au> Cc: Stephen Rothwell , Roland Dreier , LKML , general@lists.openfabrics.org, ppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 1, 2008, at 12:20 AM, Stephen Rothwell wrote: > from include/asm-powerpc. This is the result of a > > mkdir arch/powerpc/include/asm > git mv include/asm-powerpc/* arch/powerpc/include/asm > > Followed by a few documentation/comment fixups and a couple of places > where was being used explicitly. Of the latter only > one was outside the arch code and it is a driver only built for > powerpc. > > Signed-off-by: Stephen Rothwell > --- > > v2 don't change other arch files - the fixups are only in comments > anyway. > > This patch can be applied with "git am" - the full patch is way to bug > for our mailing lists. > > This has been built for all the powerpc defconfigs including > all{no,mod,yes}config. There was only one failure, but that is > expected anyway (I had to apply patches for the iommu and hfcmulti > breakages). Paul, what's the plan for this change? If this is something that will go in so can we get a tree with it so we can base other patches on it (like the PPC_MERGE cleanup)? - k