]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
powerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkle
authorShreyas B. Prabhu <shreyas@linux.vnet.ibm.com>
Fri, 8 Jul 2016 06:20:43 +0000 (11:50 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 15 Jul 2016 10:18:38 +0000 (20:18 +1000)
Signed-off-by: Shreyas B. Prabhu <shreyas@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/idle_power7.S

index 470ceebd2d237c565eea24467b071440f177d149..705c867306ea6c49d10b20c35c220bef06e7f123 100644 (file)
@@ -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 */