mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 04:17:47 +00:00
powerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkle
Signed-off-by: Shreyas B. Prabhu <shreyas@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
ec5619fdba
commit
bfd1b7ae5e
@ -252,7 +252,7 @@ _GLOBAL(power7_sleep)
|
||||
/* No return */
|
||||
|
||||
_GLOBAL(power7_winkle)
|
||||
li r3,3
|
||||
li r3,PNV_THREAD_WINKLE
|
||||
li r4,1
|
||||
b power7_powersave_common
|
||||
/* No return */
|
||||
|
Loading…
Reference in New Issue
Block a user