parisc: Avoid stalled CPU warnings after system shutdown
authorHelge Deller <deller@gmx.de>
Wed, 29 Mar 2017 06:25:30 +0000 (08:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 07:30:34 +0000 (09:30 +0200)
commit99e354a59ac5e7920166e68903b4ad031ef933e3
tree91bc6d9c6af10165bbf2a934e22ec0f7571771cf
parent09b931fcb87c8aad178475a7db1d4bfc939f7faa
parisc: Avoid stalled CPU warnings after system shutdown

commit 476e75a44b56038bee9207242d4bc718f6b4de06 upstream.

Commit 73580dac7618 ("parisc: Fix system shutdown halt") introduced an endless
loop for systems which don't provide a software power off function.  But the
soft lockup detector will detect this and report stalled CPUs after some time.
Avoid those unwanted warnings by disabling the soft lockup detector.

Fixes: 73580dac7618 ("parisc: Fix system shutdown halt")
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/kernel/process.c