From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [patch 23/26] xen: Add proper irq accounting for HYPERCALL vector Date: Mon, 24 Feb 2014 14:48:54 +0000 Message-ID: <530B5BD6.2000301__27389.6729028367$1393253399$gmane$org@citrix.com> References: <20140223212703.511977310@linutronix.de> <20140223212738.808648133@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WHwq4-0005Uf-3f for xen-devel@lists.xenproject.org; Mon, 24 Feb 2014 14:49:00 +0000 In-Reply-To: <20140223212738.808648133@linutronix.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Thomas Gleixner Cc: Peter Zijlstra , Xen , Ingo Molnar , LKML List-Id: xen-devel@lists.xenproject.org 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