hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/kernel/time/tick-sched.c
....@@ -927,7 +927,7 @@
927927 if (unlikely(local_softirq_pending())) {
928928 static int ratelimit;
929929
930
- if (ratelimit < 10 && !local_bh_blocked() &&
930
+ if (ratelimit < 10 &&
931931 (local_softirq_pending() & SOFTIRQ_STOP_IDLE_MASK)) {
932932 pr_warn("NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #%02x!!!\n",
933933 (unsigned int) local_softirq_pending());