rcu: Remove "cpu" argument to rcu_note_context_switch()
[pandora-kernel.git] / include / linux / rcutiny.h
index 38cc5b1..0e53662 100644 (file)
@@ -78,7 +78,7 @@ static inline void kfree_call_rcu(struct rcu_head *head,
        call_rcu(head, func);
 }
 
-static inline void rcu_note_context_switch(int cpu)
+static inline void rcu_note_context_switch(void)
 {
        rcu_sched_qs();
 }