aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/entry_64.S')
-rw-r--r--arch/powerpc/kernel/entry_64.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/entry_64.S b/arch/powerpc/kernel/entry_64.S
index 86e2bdd5afd6..ec754c92ba94 100644
--- a/arch/powerpc/kernel/entry_64.S
+++ b/arch/powerpc/kernel/entry_64.S
@@ -736,8 +736,6 @@ _STATIC(rtas_restore_regs)
736 736
737#endif /* CONFIG_PPC_RTAS */ 737#endif /* CONFIG_PPC_RTAS */
738 738
739#ifdef CONFIG_PPC_MULTIPLATFORM
740
741_GLOBAL(enter_prom) 739_GLOBAL(enter_prom)
742 mflr r0 740 mflr r0
743 std r0,16(r1) 741 std r0,16(r1)
@@ -822,5 +820,3 @@ _GLOBAL(enter_prom)
822 ld r0,16(r1) 820 ld r0,16(r1)
823 mtlr r0 821 mtlr r0
824 blr 822 blr
825
826#endif /* CONFIG_PPC_MULTIPLATFORM */