diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/rcutree_plugin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/rcutree_plugin.h b/kernel/rcutree_plugin.h index 15d28febbbd4..c47b28bf18ae 100644 --- a/kernel/rcutree_plugin.h +++ b/kernel/rcutree_plugin.h | |||
| @@ -1197,9 +1197,9 @@ static int rcu_boost_kthread(void *arg) | |||
| 1197 | * kthread to start boosting them. If there is an expedited grace | 1197 | * kthread to start boosting them. If there is an expedited grace |
| 1198 | * period in progress, it is always time to boost. | 1198 | * period in progress, it is always time to boost. |
| 1199 | * | 1199 | * |
| 1200 | * The caller must hold rnp->lock, which this function releases, | 1200 | * The caller must hold rnp->lock, which this function releases. |
| 1201 | * but irqs remain disabled. The ->boost_kthread_task is immortal, | 1201 | * The ->boost_kthread_task is immortal, so we don't need to worry |
| 1202 | * so we don't need to worry about it going away. | 1202 | * about it going away. |
| 1203 | */ | 1203 | */ |
| 1204 | static void rcu_initiate_boost(struct rcu_node *rnp, unsigned long flags) | 1204 | static void rcu_initiate_boost(struct rcu_node *rnp, unsigned long flags) |
| 1205 | { | 1205 | { |
