forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
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);