hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/kernel/rcu/tree.c
....@@ -100,10 +100,8 @@
100100 static bool dump_tree;
101101 module_param(dump_tree, bool, 0444);
102102 /* By default, use RCU_SOFTIRQ instead of rcuc kthreads. */
103
-static bool use_softirq = !IS_ENABLED(CONFIG_PREEMPT_RT);
104
-#ifndef CONFIG_PREEMPT_RT
103
+static bool use_softirq = true;
105104 module_param(use_softirq, bool, 0444);
106
-#endif
107105 /* Control rcu_node-tree auto-balancing at boot time. */
108106 static bool rcu_fanout_exact;
109107 module_param(rcu_fanout_exact, bool, 0444);