Commit bfd1b7ae authored by Shreyas B. Prabhu's avatar Shreyas B. Prabhu Committed by Michael Ellerman

powerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkle

Signed-off-by: default avatarShreyas B. Prabhu <shreyas@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent ec5619fd
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment