Nicholas Piggin <npig...@gmail.com> writes: > CPU unplug will call stop_wd_on_cpu regardless if the watchdog has > been configured to be enabled on that CPU. Don't warn in the case > it's not in our enabled mask, this is a valid case. > > Fixes: powerpc-64s-implement-arch-specific-hardlockup-watchdog.patch > Reported-by: Santosh Sivaraj <santo...@in.ibm.com> > Signed-off-by: Nicholas Piggin <npig...@gmail.com> > --- > arch/powerpc/kernel/watchdog.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-)
Acked-by: Michael Ellerman <m...@ellerman.id.au> cheers