We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d119357 commit 5ae769cCopy full SHA for 5ae769c
kernel/rcu/tasks.h
@@ -146,9 +146,7 @@ static struct rcu_tasks rt_name = \
146
#ifdef CONFIG_TASKS_RCU
147
/* Track exiting tasks in order to allow them to be waited for. */
148
DEFINE_STATIC_SRCU(tasks_rcu_exit_srcu);
149
-#endif
150
151
-#ifdef CONFIG_TASKS_RCU
152
/* Report delay in synchronize_srcu() completion in rcu_tasks_postscan(). */
153
static void tasks_rcu_exit_srcu_stall(struct timer_list *unused);
154
static DEFINE_TIMER(tasks_rcu_exit_srcu_stall_timer, tasks_rcu_exit_srcu_stall);
0 commit comments