Message ID | 20210210002512.106502464@linutronix.de |
---|---|
State | New |
Headers | show |
Series | [V2,01/13] x86/entry: Fix instrumentation annotation | expand |
--- a/arch/x86/entry/common.c +++ b/arch/x86/entry/common.c @@ -270,7 +270,7 @@ static void __xen_pv_evtchn_do_upcall(vo instrumentation_begin(); run_on_irqstack_cond(__xen_pv_evtchn_do_upcall, regs); - instrumentation_begin(); + instrumentation_end(); set_irq_regs(old_regs);