commit | 3aac7a8d574285be855450d103a421b8f8ec89d4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Nov 14 14:37:29 2012 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jan 08 14:15:25 2013 -0800 |
tree | 49e734939e3514c05b93d92428c73f88e86f1f0d | |
parent | 1b0048a44c502c5ab850203e6e0a6498d7d8676d [diff] |
rcu: Fix blimit type for trace_rcu_batch_start() When the type of global variable blimit changed from int to long, the type of the blimit argument of trace_rcu_batch_start() needed to have changed. This commit fixes this issue. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>