Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11590
b: refs/heads/master
c: 61f684e
h: refs/heads/master
v: v3
  • Loading branch information
David Gibson authored and Paul Mackerras committed Oct 17, 2005
1 parent 4a6a520 commit 0882e95
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ea703ce20699dd85ad7954e34b71a2c7c47b6132
refs/heads/master: 61f684ec074f40e2e13e750513df42c0c046689b
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/idle_power4.S
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ END_FTR_SECTION_IFCLR(CPU_FTR_CAN_NAP)
* can be cleared by CPU init after the fixups are done
*/
LOADBASE(r3,cur_cpu_spec)
ld r4,cur_cpu_spec@l(r3)
ld r4,OFF(cur_cpu_spec)(r3)
ld r4,CPU_SPEC_FEATURES(r4)
andi. r0,r4,CPU_FTR_CAN_NAP
beqlr
/* Now check if user or arch enabled NAP mode */
LOADBASE(r3,powersave_nap)
lwz r4,powersave_nap@l(r3)
lwz r4,OFF(powersave_nap)(r3)
cmpwi 0,r4,0
beqlr

Expand Down

0 comments on commit 0882e95

Please sign in to comment.