Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247760
b: refs/heads/master
c: 6de06f3
h: refs/heads/master
v: v3
  • Loading branch information
Josh Boyer authored and Linus Torvalds committed May 20, 2011
1 parent c33f644 commit 11e5100
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 557eed603159b4e007c57d97fad1333ecebd3c2e
refs/heads/master: 6de06f313a65d0ecabf055e708d082002b568866
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/misc_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ _GLOBAL(start_secondary_resume)
rlwinm r1,r1,0,0,(31-THREAD_SHIFT) /* current_thread_info() */
addi r1,r1,THREAD_SIZE-STACK_FRAME_OVERHEAD
li r3,0
std r3,0(r1) /* Zero the stack frame pointer */
stw r3,0(r1) /* Zero the stack frame pointer */
bl start_secondary
b .
#endif /* CONFIG_SMP */
Expand Down

0 comments on commit 11e5100

Please sign in to comment.