kernel/kernel/locking/lockdep.c
.. .. @@ -5413,7 +5413,6 @@ 5413 5413 } 5414 5414 } 5415 5415 5416 -#ifndef CONFIG_PREEMPT_RT5417 5416 /* 5418 5417 * We dont accurately track softirq state in e.g. 5419 5418 * hardirq contexts (such as on 4KSTACKS), so only .. .. @@ -5428,7 +5427,6 @@ 5428 5427 DEBUG_LOCKS_WARN_ON(!current->softirqs_enabled); 5429 5428 } 5430 5429 } 5431 -#endif5432 5430 5433 5431 if (!debug_locks) 5434 5432 print_irqtrace_events(current);