|
@@ -134,7 +134,7 @@ static void __init rcu_bootup_announce(void)
|
|
* Return the number of RCU-preempt batches processed thus far
|
|
* Return the number of RCU-preempt batches processed thus far
|
|
* for debug and statistics.
|
|
* for debug and statistics.
|
|
*/
|
|
*/
|
|
-long rcu_batches_completed_preempt(void)
|
|
|
|
|
|
+static long rcu_batches_completed_preempt(void)
|
|
{
|
|
{
|
|
return rcu_preempt_state.completed;
|
|
return rcu_preempt_state.completed;
|
|
}
|
|
}
|