]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/powernv: Set NAPSTATELOST after recovering paca on P9 DD1
authorGautham R. Shenoy <ego@linux.vnet.ibm.com>
Fri, 12 May 2017 09:22:06 +0000 (14:52 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 16 May 2017 03:03:21 +0000 (13:03 +1000)
commit40cbb4d240c4fd8e0e12b8c6a21e9c7461846e4d
tree3150ca417716fbd6692a8d04a97effe3a6f99c91
parent95b82b1e0df71feeb189051c68c63c284c8c4c9e
powerpc/powernv: Set NAPSTATELOST after recovering paca on P9 DD1

Commit 22324425653b ("powerpc/powernv: Recover correct PACA on wakeup
from a stop on P9 DD1") promises to set the NAPSTATELOST bit in paca
after recovering the correct paca for the thread waking up from stop1
on DD1, so that the GPRs can be correctly restored on the stop exit
path. However, it loads the value 1 into r3, but stores the value in
r0 into NAPSTATELOST(r13).

Fix this by correctly set the NAPSTATELOST bit in paca after
recovering the paca on POWER9 DD1.

Fixes: 22324425653b ("powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1")
Signed-off-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/idle_book3s.S