commit | c68de2097a8799549a3c3bf27cbfeea24a604284 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Apr 15 10:12:40 2010 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon May 10 11:08:34 2010 -0700 |
tree | acf2e5cb6de06185002a7d22daa91d893068551b | |
parent | 55ec936ff4e57cc626db336a7bf33b267390e9b4 [diff] |
rcu: disable CPU stall warnings upon panic The current RCU CPU stall warnings remain enabled even after a panic occurs, which some people have found to be a bit counterproductive. This patch therefore uses a notifier to disable stall warnings once a panic occurs. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>