Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109471
b: refs/heads/master
c: 7888bc2
h: refs/heads/master
i:
  109469: 7d60fff
  109467: 97e99f4
  109463: 192a126
  109455: ffc47da
  109439: 7ae2b0c
v: v3
  • Loading branch information
Kumar Gala authored and Paul Mackerras committed Sep 3, 2008
1 parent ff00091 commit fe5a172
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 94ee815c05c9387931e549d83312d30009ed86e9
refs/heads/master: 7888bc2b4778fda267a6e6422c4497dba865a47a
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/idle_6xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ _GLOBAL(power_save_ppc32_restore)
stw r9,_NIP(r11) /* make it do a blr */

#ifdef CONFIG_SMP
mfspr r12,SPRN_SPRG3
rlwinm r12,r11,0,0,31-THREAD_SHIFT
lwz r11,TI_CPU(r12) /* get cpu number * 4 */
slwi r11,r11,2
#else
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kernel/idle_e500.S
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,11 @@ _GLOBAL(power_save_ppc32_restore)
stw r9,_NIP(r11) /* make it do a blr */

#ifdef CONFIG_SMP
mfspr r12,SPRN_SPRG3
rlwinm r12,r1,0,0,31-THREAD_SHIFT
lwz r11,TI_CPU(r12) /* get cpu number * 4 */
slwi r11,r11,2
#else
li r11,0
#endif

b transfer_to_handler_cont

0 comments on commit fe5a172

Please sign in to comment.