diff options
Diffstat (limited to 'kernel/rcu/tree.c')
-rw-r--r-- | kernel/rcu/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 5d80925e7fc8..e5164deb51e1 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c | |||
@@ -3013,7 +3013,7 @@ __rcu_process_callbacks(struct rcu_state *rsp) | |||
3013 | /* | 3013 | /* |
3014 | * Do RCU core processing for the current CPU. | 3014 | * Do RCU core processing for the current CPU. |
3015 | */ | 3015 | */ |
3016 | static void rcu_process_callbacks(struct softirq_action *unused) | 3016 | static __latent_entropy void rcu_process_callbacks(struct softirq_action *unused) |
3017 | { | 3017 | { |
3018 | struct rcu_state *rsp; | 3018 | struct rcu_state *rsp; |
3019 | 3019 | ||