android_kernel_motorola_sm6225/arch/powerpc/platforms/ps3
David Gibson 8e561e7eda [POWERPC] Kill typedef-ed structs for hash PTEs and BATs
Using typedefs to rename structure types if frowned on by CodingStyle.
However, we do so for the hash PTE structure on both ppc32 (where it's
called "PTE") and ppc64 (where it's called "hpte_t").  On ppc32 we
also have such a typedef for the BATs ("BAT").

This removes this unhelpful use of typedefs, in the process
bringing ppc32 and ppc64 closer together, by using the name "struct
hash_pte" in both cases.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-06-14 22:30:16 +10:00
..
exports.c
htab.c [POWERPC] Kill typedef-ed structs for hash PTEs and BATs 2007-06-14 22:30:16 +10:00
hvcall.S
interrupt.c [POWERPC] ps3/interrupt.c uses get_hard_smp_processor_id 2007-06-02 21:01:55 +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
mm.c [POWERPC] PS3: Remove duplicate variable assignement 2007-05-02 20:04:31 +10: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] Trivial ps3 warning fixes 2007-05-12 11:32:47 +10:00
smp.c [POWERPC] PS3: Fix request_irq warning 2007-05-12 11:32:48 +10:00
spu.c [POWERPC] PS3: Interrupt routine fixups. 2007-05-02 20:04:31 +10:00
system-bus.c [POWERPC] Trivial ps3 warning fixes 2007-05-12 11:32:47 +10:00
time.c