diff options
-rw-r--r-- | arch/powerpc/kernel/prom_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c index 2ae860c306d7..6007d51d119b 100644 --- a/arch/powerpc/kernel/prom_init.c +++ b/arch/powerpc/kernel/prom_init.c | |||
@@ -1539,6 +1539,8 @@ static int __init prom_find_machine_type(void) | |||
1539 | #ifdef CONFIG_PPC64 | 1539 | #ifdef CONFIG_PPC64 |
1540 | if (strstr(p, RELOC("Momentum,Maple"))) | 1540 | if (strstr(p, RELOC("Momentum,Maple"))) |
1541 | return PLATFORM_MAPLE; | 1541 | return PLATFORM_MAPLE; |
1542 | if (strstr(p, RELOC("IBM,CPB"))) | ||
1543 | return PLATFORM_CELL; | ||
1542 | #endif | 1544 | #endif |
1543 | i += sl + 1; | 1545 | i += sl + 1; |
1544 | } | 1546 | } |