aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/ppc64/kernel/head.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/head.S b/arch/ppc64/kernel/head.S
index 70e10403b697..1cc9f203c22f 100644
--- a/arch/ppc64/kernel/head.S
+++ b/arch/ppc64/kernel/head.S
@@ -93,6 +93,7 @@ END_FTR_SECTION(0, 1)
93 93
94 /* Catch branch to 0 in real mode */ 94 /* Catch branch to 0 in real mode */
95 trap 95 trap
96
96#ifdef CONFIG_PPC_ISERIES 97#ifdef CONFIG_PPC_ISERIES
97 /* 98 /*
98 * At offset 0x20, there is a pointer to iSeries LPAR data. 99 * At offset 0x20, there is a pointer to iSeries LPAR data.
@@ -119,7 +120,7 @@ embedded_sysmap_start:
119embedded_sysmap_end: 120embedded_sysmap_end:
120 .llong 0 121 .llong 0
121 122
122#else /* CONFIG_PPC_ISERIES */ 123#endif /* CONFIG_PPC_ISERIES */
123 124
124 /* Secondary processors spin on this value until it goes to 1. */ 125 /* Secondary processors spin on this value until it goes to 1. */
125 .globl __secondary_hold_spinloop 126 .globl __secondary_hold_spinloop
@@ -169,7 +170,6 @@ _GLOBAL(__secondary_hold)
169 BUG_OPCODE 170 BUG_OPCODE
170#endif 171#endif
171#endif 172#endif
172#endif
173 173
174/* This value is used to mark exception frames on the stack. */ 174/* This value is used to mark exception frames on the stack. */
175 .section ".toc","aw" 175 .section ".toc","aw"