commit | 6eaef633d77f50f031dd355ff5f91aaa1aaf9885 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Mar 19 10:08:37 2013 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jun 10 13:39:42 2013 -0700 |
tree | 53f5ee20265cb8da7d67e6ce73165ed7bcbec039 | |
parent | efc151c33b971148894789dc7c5589dec46d4348 [diff] |
rcu: Move code to apply callback-numbering simplifications The addition of callback numbering allows combining the detection of the ends of old grace periods and the beginnings of new grace periods. This commit moves code to set the stage for this combining. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>