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 7b3c82e8a625..8d9a0ea8f0b5 100644 --- a/include/linux/rcutiny.h +++ b/include/linux/rcutiny.h | |||
| @@ -93,7 +93,7 @@ static inline void kfree_call_rcu(struct rcu_head *head, | |||
| 93 | #define rcu_note_context_switch(preempt) \ | 93 | #define rcu_note_context_switch(preempt) \ |
| 94 | do { \ | 94 | do { \ |
| 95 | rcu_sched_qs(); \ | 95 | rcu_sched_qs(); \ |
| 96 | rcu_note_voluntary_context_switch_lite(current); \ | 96 | rcu_tasks_qs(current); \ |
| 97 | } while (0) | 97 | } while (0) |
| 98 | 98 | ||
| 99 | static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt) | 99 | static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt) |
