commit | 285fe29481d865ae381ad3924c80894e6968c2d8 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paul.mckenney@linaro.org> | Wed May 09 08:45:12 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 02 12:34:21 2012 -0700 |
tree | e01e809f4c840770698f857e8176ebb083ff9ad8 | |
parent | cba6d0d64ee53772b285d0c0c288deefbeaf7775 [diff] |
rcu: Fix detection of abruptly-ending stall The code that attempts to identify stalls that end just as we detect them is broken by both flavors of initialization failure. This commit therefore properly initializes and computes the count of the number of reasons why the RCU grace period is stalled. Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>