hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/kernel/rcu/update.c
....@@ -56,10 +56,8 @@
5656 #ifndef CONFIG_TINY_RCU
5757 module_param(rcu_expedited, int, 0);
5858 module_param(rcu_normal, int, 0);
59
-static int rcu_normal_after_boot = IS_ENABLED(CONFIG_PREEMPT_RT);
60
-#ifndef CONFIG_PREEMPT_RT
59
+static int rcu_normal_after_boot;
6160 module_param(rcu_normal_after_boot, int, 0);
62
-#endif
6361 #endif /* #ifndef CONFIG_TINY_RCU */
6462
6563 #ifdef CONFIG_DEBUG_LOCK_ALLOC