powerpc/xmon: Reset RCU and soft lockup watchdogs
authorAnton Blanchard <anton@ozlabs.org>
Tue, 30 Jun 2020 00:02:18 +0000 (10:02 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 15 Jul 2020 01:07:12 +0000 (11:07 +1000)
commit5c699396f5f6cf6d67055af7b82c270d31fd831a
tree851fa5ba527a97cb68e8692f9d8e0f470b585dc0
parent3337bf41e0dd70b4064cdf60acdfcdc2d050066c
powerpc/xmon: Reset RCU and soft lockup watchdogs

I'm seeing RCU warnings when exiting xmon. xmon resets the NMI
watchdog, but does nothing with the RCU stall or soft lockup
watchdogs. Add a helper function that handles all three.

Signed-off-by: Anton Blanchard <anton@ozlabs.org>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200630100218.62a3c3fb@kryten.localdomain
arch/powerpc/xmon/xmon.c