forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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);