[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [microblaze-uclinux] [PATCH 04/56] microblaze_v2: Open firmware files
- To: <microblaze-uclinux@xxxxxxxxxxxxxx>, <linux-kernel@xxxxxxxxxxxxxxx>
- Subject: RE: [microblaze-uclinux] [PATCH 04/56] microblaze_v2: Open firmware files
- From: "Stephen Neuendorffer" <stephen.neuendorffer@xxxxxxxxxx>
- Date: Wed, 7 May 2008 09:04:09 -0700
- Cc: <arnd@xxxxxxxx>, <linux-arch@xxxxxxxxxxxxxxx>, "John Linn" <linnj@xxxxxxxxxx>, <john.williams@xxxxxxxxxxxxx>, <matthew@xxxxxx>, <will.newton@xxxxxxxxx>, <drepper@xxxxxxxxxx>, <grant.likely@xxxxxxxxxxxx>, "Michal Simek" <monstr@xxxxxxxxx>
- In-reply-to: <684c36e5ad3f598e5079e88ec195545c4a7150c2.1209897266.git.monstr@xxxxxxxxx>
- References: <a4a778e34c66d126f5c4bf1ca423cf32950ea5ab.1209897266.git.monstr@xxxxxxxxx> <684c36e5ad3f598e5079e88ec195545c4a7150c2.1209897266.git.monstr@xxxxxxxxx>
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
- Thread-index: AciwGKrZKBWV82kbTV+Urwf5XO0QtQAQtK/g
- Thread-topic: [microblaze-uclinux] [PATCH 04/56] microblaze_v2: Open firmware files
> +#ifdef CONFIG_PPC_PSERIES
> +#include <asm/rtas.h>
> +#include <asm/kdump.h>
> +#include <asm/smp.h>
> +#include <asm/iommu.h>
> +#include <asm/btext.h>
> +#include <asm/machdep.h>
> +#include <asm/pSeries_reconfig.h>
> +#include <asm/phyp_dump.h>
> +#include <asm/kexec.h>
> +#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@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/