diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2016-12-14 17:03:14 -0500 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-01-23 14:37:12 -0500 |
commit | 1626c365f8e60bbe790605dc475847f070927dd7 (patch) | |
tree | 64f1c55405ea2fa6b4882cf5fd4096e60b640979 /init | |
parent | 7aa92230c9e86b2150f718185f70e0af592e290b (diff) |
rcu: Re-enable TASKS_RCU for User Mode Linux
Now that User Mode Linux supports arch_irqs_disabled_flags(), this
commit re-enables TASKS_RCU for User Mode Linux.
Reported-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 96e6d56acd50..d0caacb4bc14 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -529,7 +529,6 @@ config SRCU | |||
529 | config TASKS_RCU | 529 | config TASKS_RCU |
530 | bool | 530 | bool |
531 | default n | 531 | default n |
532 | depends on !UML | ||
533 | select SRCU | 532 | select SRCU |
534 | help | 533 | help |
535 | This option enables a task-based RCU implementation that uses | 534 | This option enables a task-based RCU implementation that uses |