commit | 064996d62a33ffe10264b5af5dca92d54f60f806 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Fri Sep 29 13:29:40 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Oct 04 11:26:23 2017 +1100 |
tree | b1a8280f35dc949c35e4ac0864a52db688c12b20 | |
parent | 80e4d70b06863e0104e5a0dc78aa3710297fbd4b [diff] |
powerpc/xmon: Avoid tripping SMP hardlockup watchdog The SMP hardlockup watchdog cross-checks other CPUs for lockups, which causes xmon headaches because it's assuming interrupts hard disabled means no watchdog troubles. Try to improve that by calling touch_nmi_watchdog() in obvious places where secondaries are spinning. Also annotate these spin loops with spin_begin/end calls. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>