Skip to content

Commit 99c8b79

Browse files
committed
xen: Add proper irq accounting for HYPERCALL vector
Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: David Vrabel <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Konrad Rzeszutek Wilk <[email protected]> Cc: Xen <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
1 parent 929320e commit 99c8b79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/xen/events/events_base.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,7 @@ void xen_evtchn_do_upcall(struct pt_regs *regs)
12351235
#ifdef CONFIG_X86
12361236
exit_idle();
12371237
#endif
1238+
inc_irq_stat(irq_hv_callback_count);
12381239

12391240
__xen_evtchn_do_upcall();
12401241

0 commit comments

Comments
 (0)