Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209949
b: refs/heads/master
c: f761622
h: refs/heads/master
i:
  209947: d8ffa99
v: v3
  • Loading branch information
Matt Evans authored and Benjamin Herrenschmidt committed Aug 24, 2010
1 parent f789ea7 commit 0b4113b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7aa241fdcef2a1d6587fe4c390e9fdbfc767af28
refs/heads/master: f761622e59433130bc33ad086ce219feee9eb961
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -572,16 +572,16 @@ __secondary_start:
/* Set thread priority to MEDIUM */
HMT_MEDIUM

/* Do early setup for that CPU (stab, slb, hash table pointer) */
bl .early_setup_secondary

/* Initialize the kernel stack. Just a repeat for iSeries. */
LOAD_REG_ADDR(r3, current_set)
sldi r28,r24,3 /* get current_set[cpu#] */
ldx r1,r3,r28
addi r1,r1,THREAD_SIZE-STACK_FRAME_OVERHEAD
std r1,PACAKSAVE(r13)

/* Do early setup for that CPU (stab, slb, hash table pointer) */
bl .early_setup_secondary

/* Clear backchain so we get nice backtraces */
li r7,0
mtlr r7
Expand Down

0 comments on commit 0b4113b

Please sign in to comment.