linux/arch/powerpc/platforms/ps3
Arnd Bergmann e22ba7e381 [POWERPC] ps3: multiplatform build fixes
A few code paths need to check whether or not they are running
on the PS3's LV1 hypervisor before making hcalls. This introduces
a new firmware feature bit for this, FW_FEATURE_PS3_LV1.

Now when both PS3 and IBM_CELL_BLADE are enabled, but not PSERIES,
FW_FEATURE_PS3_LV1 and FW_FEATURE_LPAR get enabled at compile time,
which is a bug. The same problem can also happen for (PPC_ISERIES &&
!PPC_PSERIES && PPC_SOMETHING_ELSE). In order to solve this, I
introduce a new CONFIG_PPC_NATIVE option that is set when at least
one platform is selected that can run without a hypervisor and then
turns the firmware feature check into a run-time option.

The new cell oprofile support that was recently merged does not
work on hypervisor based platforms like the PS3, therefore make
it depend on PPC_CELL_NATIVE instead of PPC_CELL. This may change
if we get oprofile support for PS3.

Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
2006-12-04 20:41:16 +11:00
..
Kconfig [POWERPC] ps3: add lpar addressing 2006-12-04 20:40:52 +11:00
Makefile [POWERPC] ps3: add spu support 2006-12-04 20:40:56 +11:00
exports.c
htab.c [POWERPC] ps3: add htab routines 2006-12-04 20:40:47 +11:00
hvcall.S
interrupt.c [POWERPC] ps3: add interrupt support 2006-12-04 20:40:51 +11:00
mm.c [POWERPC] ps3: multiplatform build fixes 2006-12-04 20:41:16 +11:00
os-area.c [POWERPC] ps3: add OS params support 2006-12-04 20:40:54 +11:00
platform.h [POWERPC] ps3: add spu support 2006-12-04 20:40:56 +11:00
repository.c [POWERPC] ps3: add repository support 2006-12-04 20:40:49 +11:00
setup.c [POWERPC] ps3: multiplatform build fixes 2006-12-04 20:41:16 +11:00
smp.c
spu.c [POWERPC] ps3: add spu support 2006-12-04 20:40:56 +11:00
time.c