| Date | Mon, 24 Feb 2014 14:48:54 +0000 | From | David Vrabel <> | Subject | Re: [Xen-devel] [patch 23/26] xen: Add proper irq accounting for HYPERCALL vector |
| |
On 23/02/14 21:40, Thomas Gleixner wrote: > --- tip.orig/drivers/xen/events/events_base.c > +++ tip/drivers/xen/events/events_base.c > @@ -1239,6 +1239,7 @@ void xen_evtchn_do_upcall(struct pt_regs > #ifdef CONFIG_X86 > exit_idle(); > #endif > + inc_irq_stat(irq_hv_callback_count); > > __xen_evtchn_do_upcall();
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
David
|