kernel/kernel/rcu/tree.c
.. .. @@ -100,10 +100,8 @@ 100 100 static bool dump_tree; 101 101 module_param(dump_tree, bool, 0444); 102 102 /* By default, use RCU_SOFTIRQ instead of rcuc kthreads. */ 103 -static bool use_softirq = !IS_ENABLED(CONFIG_PREEMPT_RT);104 -#ifndef CONFIG_PREEMPT_RT103 +static bool use_softirq = true;105 104 module_param(use_softirq, bool, 0444); 106 -#endif107 105 /* Control rcu_node-tree auto-balancing at boot time. */ 108 106 static bool rcu_fanout_exact; 109 107 module_param(rcu_fanout_exact, bool, 0444);