diff options
Diffstat (limited to 'arch/x86/entry/common.c')
| -rw-r--r-- | arch/x86/entry/common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/x86/entry/common.c b/arch/x86/entry/common.c index 2f84c7ca74ea..870efeec8bda 100644 --- a/arch/x86/entry/common.c +++ b/arch/x86/entry/common.c @@ -299,7 +299,7 @@ __visible noinstr void xen_pv_evtchn_do_upcall(struct pt_regs *regs)  	old_regs = set_irq_regs(regs);  	instrumentation_begin(); -	run_on_irqstack_cond(__xen_pv_evtchn_do_upcall, NULL, regs); +	run_on_irqstack_cond(__xen_pv_evtchn_do_upcall, regs);  	instrumentation_begin();  	set_irq_regs(old_regs); |