提交 46e861be 编写于 作者: P Paul E. McKenney

rcu: Make TASKS_RUDE_RCU select IRQ_WORK

The TASKS_RUDE_RCU does not select IRQ_WORK, which can result in build
failures for kernels that do not otherwise select IRQ_WORK.  This commit
therefore causes the TASKS_RUDE_RCU Kconfig option to select IRQ_WORK.
Reported-by: NHyeonggon Yoo <42.hyeyoo@gmail.com>
Signed-off-by: NPaul E. McKenney <paulmck@kernel.org>
上级 31231092
...@@ -86,6 +86,7 @@ config TASKS_RCU ...@@ -86,6 +86,7 @@ config TASKS_RCU
config TASKS_RUDE_RCU config TASKS_RUDE_RCU
def_bool 0 def_bool 0
select IRQ_WORK
help help
This option enables a task-based RCU implementation that uses This option enables a task-based RCU implementation that uses
only context switch (including preemption) and user-mode only context switch (including preemption) and user-mode
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册