From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH] [mq]: irq-fix-cleanup-vector.patch
Date: Fri, 12 Aug 2011 10:59:29 -0400 [thread overview]
Message-ID: <20110812145929.GA12765@dumpdata.com> (raw)
In-Reply-To: <bfbfe63bfc2dc27a12f0.1313154322@andrewcoop.uk.xensource.com>
On Fri, Aug 12, 2011 at 02:05:22PM +0100, Andrew Cooper wrote:
> # HG changeset patch
> # User Andrew Cooper <andrew.cooper3@citrix.com>
> # 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
next prev parent reply other threads:[~2011-08-12 14:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-12 13:05 [PATCH] [mq]: irq-fix-cleanup-vector.patch Andrew Cooper
2011-08-12 14:59 ` Konrad Rzeszutek Wilk [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-12 13:04 Andrew Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110812145929.GA12765@dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=andrew.cooper3@citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.