|
@@ -470,7 +470,6 @@ choice
|
|
|
config TREE_RCU
|
|
|
bool "Tree-based hierarchical RCU"
|
|
|
depends on !PREEMPT && SMP
|
|
|
- select IRQ_WORK
|
|
|
help
|
|
|
This option selects the RCU implementation that is
|
|
|
designed for very large SMP system with hundreds or
|
|
@@ -480,7 +479,6 @@ config TREE_RCU
|
|
|
config PREEMPT_RCU
|
|
|
bool "Preemptible tree-based hierarchical RCU"
|
|
|
depends on PREEMPT
|
|
|
- select IRQ_WORK
|
|
|
help
|
|
|
This option selects the RCU implementation that is
|
|
|
designed for very large SMP systems with hundreds or
|