diff options
Diffstat (limited to 'include/linux/rcutiny.h')
-rw-r--r-- | include/linux/rcutiny.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rcutiny.h b/include/linux/rcutiny.h index d40a6a451330..38cc5b1e252d 100644 --- a/include/linux/rcutiny.h +++ b/include/linux/rcutiny.h | |||
@@ -80,7 +80,7 @@ static inline void kfree_call_rcu(struct rcu_head *head, | |||
80 | 80 | ||
81 | static inline void rcu_note_context_switch(int cpu) | 81 | static inline void rcu_note_context_switch(int cpu) |
82 | { | 82 | { |
83 | rcu_sched_qs(cpu); | 83 | rcu_sched_qs(); |
84 | } | 84 | } |
85 | 85 | ||
86 | /* | 86 | /* |