rcu: Fix blimit type for trace_rcu_batch_start()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 14 Nov 2012 22:37:29 +0000 (14:37 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 8 Jan 2013 22:15:25 +0000 (14:15 -0800)
commit3aac7a8d574285be855450d103a421b8f8ec89d4
tree49e734939e3514c05b93d92428c73f88e86f1f0d
parent1b0048a44c502c5ab850203e6e0a6498d7d8676d
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>
include/trace/events/rcu.h