From: Paul E. McKenney Date: Wed, 14 Nov 2012 22:37:29 +0000 (-0800) Subject: rcu: Fix blimit type for trace_rcu_batch_start() X-Git-Tag: v3.9-rc1~175^2~2^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aac7a8d574285be855450d103a421b8f8ec89d4;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett --- Reading git-diff-tree failed