Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101836
b: refs/heads/master
c: b6f6b98
h: refs/heads/master
v: v3
  • Loading branch information
Sonny Rao authored and Benjamin Herrenschmidt committed Jul 15, 2008
1 parent 1a6392e commit 7fe0d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd6f37be7fdc9fea407379745350f6630b9d3cdd
refs/heads/master: b6f6b98a4e91fcf31db7de54c3aa86252fc6fb5f
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -1198,14 +1198,15 @@ _GLOBAL(generic_secondary_smp_init)
3: HMT_LOW
lbz r23,PACAPROCSTART(r13) /* Test if this processor should */
/* start. */
sync

#ifndef CONFIG_SMP
b 3b /* Never go on non-SMP */
#else
cmpwi 0,r23,0
beq 3b /* Loop until told to go */

sync /* order paca.run and cur_cpu_spec */

/* See if we need to call a cpu state restore handler */
LOAD_REG_IMMEDIATE(r23, cur_cpu_spec)
ld r23,0(r23)
Expand Down

0 comments on commit 7fe0d97

Please sign in to comment.