commit | 5c60d25fa1b22fdcf141f8006d31c32b08db7311 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Feb 09 05:37:47 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Mar 12 15:19:38 2015 -0700 |
tree | 046a31d8743db9569d64a0e9450da3b2bfe08a27 | |
parent | 186bea5d35c821d49e70015d0a6eb73fe9f55d8c [diff] |
rcu: Add diagnostics to grace-period cleanup At grace-period initialization time, RCU checks that all quiescent states were really reported for the previous grace period. Now that grace-period cleanup has been split out of grace-period initialization, this commit also performs those checks at grace-period cleanup time. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>