Message ID | 161300462686.23325.5366837009836887341.tip-bot2@tip-bot2 |
---|---|
State | New |
Headers | show |
Series | [tip:,x86/entry] x86/entry: Fix instrumentation annotation | expand |
diff --git a/arch/x86/entry/common.c b/arch/x86/entry/common.c index 18d8f17..c4efffb 100644 --- a/arch/x86/entry/common.c +++ b/arch/x86/entry/common.c @@ -266,7 +266,7 @@ __visible noinstr void xen_pv_evtchn_do_upcall(struct pt_regs *regs) instrumentation_begin(); run_on_irqstack_cond(__xen_pv_evtchn_do_upcall, regs); - instrumentation_begin(); + instrumentation_end(); set_irq_regs(old_regs);