hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/kernel/locking/lockdep.c
....@@ -5413,7 +5413,6 @@
54135413 }
54145414 }
54155415
5416
-#ifndef CONFIG_PREEMPT_RT
54175416 /*
54185417 * We dont accurately track softirq state in e.g.
54195418 * hardirq contexts (such as on 4KSTACKS), so only
....@@ -5428,7 +5427,6 @@
54285427 DEBUG_LOCKS_WARN_ON(!current->softirqs_enabled);
54295428 }
54305429 }
5431
-#endif
54325430
54335431 if (!debug_locks)
54345432 print_irqtrace_events(current);