[Skiboot] [PATCH 07/34] head: Whitespace fixes
Benjamin Herrenschmidt
benh at kernel.crashing.org
Sun Jul 24 09:27:01 AEST 2016
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
asm/head.S | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/asm/head.S b/asm/head.S
index e92f9b8..8d8f6ed 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -294,7 +294,7 @@ boot_entry:
bne secondary_wait
/* Initialize per-core SPRs */
- bl init_shared_sprs
+ bl init_shared_sprs
/* Pick a boot CPU, cpu index in r31 */
LOAD_IMM32(%r3, boot_sem - __head)
@@ -311,7 +311,7 @@ boot_entry:
smt_medium
/* Initialize thread SPRs */
- bl init_replicated_sprs
+ bl init_replicated_sprs
/* Save the initial offset. The secondary threads will spin on boot_flag
* before relocation so we need to keep track of its location to wake
@@ -410,11 +410,11 @@ secondary_wait:
add %r3,%r3,%r30
mtctr %r3
isync
- bctr
+ bctr
1:
/* Now wait for cpu_secondary_start to be set */
LOAD_ADDR_FROM_TOC(%r3, cpu_secondary_start)
-1: smt_very_low
+1: smt_very_low
ld %r0,0(%r3)
cmpdi %r0,0
beq 1b
@@ -859,7 +859,7 @@ opal_entry:
std %r0,CPUTHREAD_CUR_TOKEN(%r13)
/* Mark the stack frame */
- li %r12,STACK_ENTRY_OPAL_API
+ li %r12,STACK_ENTRY_OPAL_API
std %r12,STACK_TYPE(%r1)
/* Get our TOC */
--
2.7.4
More information about the Skiboot
mailing list