aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/prom_init.c')
-rw-r--r--arch/powerpc/kernel/prom_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
index e2d599048142..ea4e311e09d2 100644
--- a/arch/powerpc/kernel/prom_init.c
+++ b/arch/powerpc/kernel/prom_init.c
@@ -447,7 +447,7 @@ static void __init __attribute__((noreturn)) prom_panic(const char *reason)
447 if (RELOC(of_platform) == PLATFORM_POWERMAC) 447 if (RELOC(of_platform) == PLATFORM_POWERMAC)
448 asm("trap\n"); 448 asm("trap\n");
449 449
450 /* ToDo: should put up an SRC here on p/iSeries */ 450 /* ToDo: should put up an SRC here on pSeries */
451 call_prom("exit", 0, 0); 451 call_prom("exit", 0, 0);
452 452
453 for (;;) /* should never get here */ 453 for (;;) /* should never get here */