Searched hist:f5a9e488d62360c91c5770bd55a0b40e419a71ce (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/platforms/powernv/ |
H A D | idle.c | diff f5a9e488d62360c91c5770bd55a0b40e419a71ce Tue Jul 02 12:58:36 CEST 2019 Athira Rajeev <atrajeev@linux.vnet.ibm.com> powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state.
commit 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C") reimplemented book3S code to pltform/powernv/idle.c. But when doing so missed to add the per-thread LDBAR update in the core_woken path of the power9_idle_stop(). Patch fixes the same.
Fixes: 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C") Cc: stable@vger.kernel.org # v5.2+ Signed-off-by: Athira Rajeev <atrajeev@linux.vnet.ibm.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190702105836.26695-1-maddy@linux.vnet.ibm.com
|