Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / kernel / irq / handle.c
index 16ee716..a8e14c8 100644 (file)
@@ -150,7 +150,7 @@ irqreturn_t __handle_irq_event_percpu(struct irq_desc *desc, unsigned int *flags
                 */
                if (irq_settings_can_thread(desc) &&
                    !(action->flags & (IRQF_NO_THREAD | IRQF_PERCPU | IRQF_ONESHOT)))
-                       trace_hardirq_threaded();
+                       lockdep_hardirq_threaded();
 
                trace_irq_handler_entry(irq, action);
                res = action->handler(irq, action->dev_id);