hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/kernel/locking/lockdep.c
....@@ -3831,6 +3831,7 @@
38313831 }
38323832 }
38333833
3834
+#ifndef CONFIG_PREEMPT_RT_FULL
38343835 /*
38353836 * We dont accurately track softirq state in e.g.
38363837 * hardirq contexts (such as on 4KSTACKS), so only
....@@ -3845,6 +3846,7 @@
38453846 DEBUG_LOCKS_WARN_ON(!current->softirqs_enabled);
38463847 }
38473848 }
3849
+#endif
38483850
38493851 if (!debug_locks)
38503852 print_irqtrace_events(current);