diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2016-07-24 09:27:01 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-08-18 16:04:26 +1000 |
commit | 3c549d25eda9a4844c95207e8aa15e0928e14f5f (patch) | |
tree | 34f4125eefcbd69285b269a914212803a3eda334 | |
parent | 2490669a29014e27eee3bf3c72b17383dea4a55d (diff) | |
download | skiboot-3c549d25eda9a4844c95207e8aa15e0928e14f5f.zip skiboot-3c549d25eda9a4844c95207e8aa15e0928e14f5f.tar.gz skiboot-3c549d25eda9a4844c95207e8aa15e0928e14f5f.tar.bz2 |
head: Whitespace fixes
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | asm/head.S | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 */ |