From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id D2F25DDDF5 for ; Thu, 24 Jan 2008 04:31:55 +1100 (EST) Message-ID: <47977A02.40506@freescale.com> Date: Wed, 23 Jan 2008 11:31:46 -0600 From: Jon Loeliger MIME-Version: 1.0 To: Sam Ravnborg Subject: Re: [PATCHv2 0/8] [POWERPC] 8xx cleanups References: <4797641F.4000902@scram.de> <20080123171252.GA22967@uranus.ravnborg.org> In-Reply-To: <20080123171252.GA22967@uranus.ravnborg.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Scott Wood , linuxppc-dev list , "Kernel, Linux" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sam Ravnborg wrote: >> What impact do the have on boards in arch/ppc being able to build? > > Byt the way what are the plans for powerpc? > We have: > arch/ppc > arch/ppc64 > arch/powerpc > > It was my understanding that arch/powerpc was supposed > to be the future unified powerpc architecture but it > does not even provide a defconfig. > > And I do not see too much happening to do so - but that maybe > because I looked at a wrong place. You must have looked in the wrong place. :-) arch/ppc is scheduled for removal from mainline in June. arch/powerpc is under significant development, with lots of defconfigs in arch/powerpc/configs. arch/ppc64 is long dead. jdl