aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom_init.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2012-03-21 14:23:27 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-03-27 20:33:23 -0400
commit1d9a47315042606b4217691bcea36cfa6ccbde66 (patch)
tree1c60e6588e0394cc9eaebf22c377803eec1590c5 /arch/powerpc/kernel/prom_init.c
parent7ba3e4f5877466b0f81dcd3cb78db5d75b267645 (diff)
powerpc: Random little legacy iSeries removal tidy ups
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
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 */