linux/arch/powerpc/platforms/ps3
David Gibson 69d48b409c [POWERPC] Fix STRICT_MM_TYPECHECKS
Since we don't have it active by default, the STRICT_MM_TYPECHECKS
option has bitrotted again.  This patch fixes a couple of simple build
fixes if the option is selected.  First, pud_t mustn't be defined in
page.h on 32-bit systems, because it conflicts with the version in the
generic pud-folding code.  Second, pci_32.c is missing a __pgprot()
wrapper call.  Third, a couple of PS3 files use constants of type
pgprot_t when they need the raw values, we add pgprot_val() calls to
fix this.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-05-02 20:04:30 +10:00
..
Kconfig [POWERPC] Split cell platforms into their respective Kconfig file 2007-03-22 10:05:00 -05:00
Makefile [POWERPC] PS3: Move system bus to platform directory 2007-02-07 14:03:19 +11:00
exports.c
htab.c [POWERPC] Fix STRICT_MM_TYPECHECKS 2007-05-02 20:04:30 +10:00
hvcall.S
interrupt.c [PATCH] ps3: missing exports 2007-02-09 08:28:48 -08:00
mm.c [POWERPC] ps3: always make sure we're running on a PS3 2007-03-09 15:03:23 +11:00
os-area.c [POWERPC] PS3: Move system bus to platform directory 2007-02-07 14:03:19 +11:00
platform.h [POWERPC] PS3: Move system bus to platform directory 2007-02-07 14:03:19 +11:00
repository.c [POWERPC] PS3: Move system bus to platform directory 2007-02-07 14:03:19 +11:00
setup.c [POWERPC] PS3: System manager support 2007-02-16 14:00:19 +11:00
smp.c [POWERPC] PS3: Move system bus to platform directory 2007-02-07 14:03:19 +11:00
spu.c [POWERPC] Fix STRICT_MM_TYPECHECKS 2007-05-02 20:04:30 +10:00
system-bus.c [POWERPC] ps3: always make sure we're running on a PS3 2007-03-09 15:03:23 +11:00
time.c