commit | 2664ef44cf5053d2b7dff01cecac70bc601a5f68 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Apr 25 03:11:37 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 25 03:11:37 2008 -0700 |
tree | c2f5d5533647885f3580c565870d2959dbb204d2 | |
parent | 020cfb05f2c594c778537159bd45ea5efb0c5e0d [diff] |
[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit(). Otherwise all sorts of bad things can happen, including spurious softlockup reports. Other platforms have this same bug, in one form or another, just don't see the issue because they don't sleep as long as sparc64 can in NOHZ. Thanks to some brilliant debugging by Peter Zijlstra. Signed-off-by: David S. Miller <davem@davemloft.net>