From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] [mq]: irq-fix-cleanup-vector.patch Date: Fri, 12 Aug 2011 10:59:29 -0400 Message-ID: <20110812145929.GA12765@dumpdata.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andrew Cooper Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, Aug 12, 2011 at 02:05:22PM +0100, Andrew Cooper wrote: > # HG changeset patch > # User Andrew Cooper > # Date 1313153582 -3600 > # Node ID bfbfe63bfc2dc27a12f009269c867e217a7c88f9 > # Parent 1f08b380d4386cdd6714786a9163e5f51aecab5d > [mq]: irq-fix-cleanup-vector.patch > Um, description? > diff -r 1f08b380d438 -r bfbfe63bfc2d xen/arch/x86/irq.c > --- a/xen/arch/x86/irq.c Wed Aug 10 14:43:34 2011 +0100 > +++ b/xen/arch/x86/irq.c Fri Aug 12 13:53:02 2011 +0100 > @@ -216,7 +216,7 @@ static void __clear_irq_vector(int irq) > > if (likely(!cfg->move_in_progress)) > return; > - for_each_cpu_mask(cpu, tmp_mask) { > + for_each_cpu_mask(cpu, cfg->old_cpu_mask) { > for (vector = FIRST_DYNAMIC_VECTOR; vector <= LAST_DYNAMIC_VECTOR; > vector++) { > if (per_cpu(vector_irq, cpu)[vector] != irq) > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel