rcu: Remove "cpu" argument to rcu_check_callbacks()
[firefly-linux-kernel-4.4.55.git] / kernel / rcu / tiny.c
index c0623fc471256abb404a5d49e8d4d805b7fb4ba7..01570c68d237c38647b94307ec79c7fc397b4f9c 100644 (file)
@@ -247,7 +247,7 @@ void rcu_bh_qs(void)
  * be called from hardirq context.  It is normally called from the
  * scheduling-clock interrupt.
  */
-void rcu_check_callbacks(int cpu, int user)
+void rcu_check_callbacks(int user)
 {
        RCU_TRACE(check_cpu_stalls());
        if (user || rcu_is_cpu_rrupt_from_idle())