linux/arch/powerpc/platforms/ps3
Paul Mackerras 1189be6508 [POWERPC] Use 1TB segments
This makes the kernel use 1TB segments for all kernel mappings and for
user addresses of 1TB and above, on machines which support them
(currently POWER5+, POWER6 and PA6T).

We detect that the machine supports 1TB segments by looking at the
ibm,processor-segment-sizes property in the device tree.

We don't currently use 1TB segments for user addresses < 1T, since
that would effectively prevent 32-bit processes from using huge pages
unless we also had a way to revert to using 256MB segments.  That
would be possible but would involve extra complications (such as
keeping track of which segment size was used when HPTEs were inserted)
and is not addressed here.

Parts of this patch were originally written by Ben Herrenschmidt.

Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-10-12 14:05:17 +10:00
..
device-init.c [POWERPC] PS3: Enhance storage probe debug output 2007-09-14 01:33:26 +10:00
exports.c
htab.c [POWERPC] Use 1TB segments 2007-10-12 14:05:17 +10:00
hvcall.S
interrupt.c [POWERPC] Invert null match behaviour for irq_hosts 2007-09-14 01:33:20 +10:00
Kconfig [POWERPC] PS3: Remove text saying PS3 support is incomplete 2007-08-10 21:04:22 +10:00
Makefile [POWERPC] PS3: Device registration routines. 2007-06-28 19:16:43 +10:00
mm.c [POWERPC] PS3: Bootwrapper support. 2007-07-10 21:56:40 +10:00
os-area.c [POWERPC] PS3: Add os-area database routines 2007-10-09 21:01:59 +10:00
platform.h [POWERPC] PS3: Save os-area params to device tree 2007-10-09 21:01:59 +10:00
repository.c [POWERPC] cell/PS3: Ignore storage devices that are still being probed 2007-09-11 04:30:37 +10:00
setup.c [POWERPC] PS3: Save os-area params to device tree 2007-10-09 21:01:59 +10:00
smp.c
spu.c [POWERPC] cell/PS3: Always set master run control bit in mfc_sr1_set 2007-09-11 04:30:36 +10:00
system-bus.c
time.c [POWERPC] PS3: Add os-area rtc_diff set/get routines 2007-10-09 21:01:58 +10:00