From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [microblaze-uclinux] [PATCH 04/56] microblaze_v2: Open firmware files Date: Wed, 07 May 2008 20:40:20 +0200 Message-ID: <4821F794.10003@seznam.cz> References: <684c36e5ad3f598e5079e88ec195545c4a7150c2.1209897266.git.monstr@monstr.eu> <20080507160432.93FC11750046@mail35-dub.bigfish.com> Reply-To: monstr@seznam.cz Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.wifiinternet.cz ([89.31.47.1]:59855 "EHLO bor.wifiinternet.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755952AbYEGSjf (ORCPT ); Wed, 7 May 2008 14:39:35 -0400 In-Reply-To: <20080507160432.93FC11750046@mail35-dub.bigfish.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: microblaze-uclinux@itee.uq.edu.au Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, linux-arch@vger.kernel.org, John Linn , john.williams@petalogix.com, matthew@wil.cx, will.newton@gmail.com, drepper@redhat.com, grant.likely@secretlab.ca, Michal Simek Hi Steve, you are right. Microblaze don't need CONFIG_PPC_something but I keep this in files because it will be easier to move this to better place. I wanted to sort what Microblaze don't use. I need to talk with people from sparc and powerpc what we can move and where. I see the best way to push these files to microblaze/kernel/ and then sychronize them with one patch - all archs together. M >> +#ifdef CONFIG_PPC_PSERIES >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#endif > > I don't think we need CONFIG_PPC_PSERIES (multiple times) > >> +#ifdef CONFIG_PPC64 >> +int __initdata iommu_is_off; >> +int __initdata iommu_force_on; >> +unsigned long tce_alloc_start, tce_alloc_end; >> +#endif > > or PPC64 (multiple times > >> +#ifdef CONFIG_PPC32 > > or PPC32 > > Steve > > > > ___________________________ > microblaze-uclinux mailing list > microblaze-uclinux@itee.uq.edu.au > Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux > Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/ > >