All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [mq]: irq-fix-cleanup-vector.patch
@ 2011-08-12 13:05 Andrew Cooper
  2011-08-12 14:59 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cooper @ 2011-08-12 13:05 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper

# HG changeset patch
# User Andrew Cooper <andrew.cooper3@citrix.com>
# Date 1313153582 -3600
# Node ID bfbfe63bfc2dc27a12f009269c867e217a7c88f9
# Parent  1f08b380d4386cdd6714786a9163e5f51aecab5d
[mq]: irq-fix-cleanup-vector.patch

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)

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH] [mq]: irq-fix-cleanup-vector.patch
@ 2011-08-12 13:04 Andrew Cooper
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Cooper @ 2011-08-12 13:04 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper

# HG changeset patch
# User Andrew Cooper <andrew.cooper3@citrix.com>
# Date 1313153582 -3600
# Node ID bfbfe63bfc2dc27a12f009269c867e217a7c88f9
# Parent  1f08b380d4386cdd6714786a9163e5f51aecab5d
[mq]: irq-fix-cleanup-vector.patch

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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-12 14:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12 13:05 [PATCH] [mq]: irq-fix-cleanup-vector.patch Andrew Cooper
2011-08-12 14:59 ` Konrad Rzeszutek Wilk
  -- strict thread matches above, loose matches on Subject: below --
2011-08-12 13:04 Andrew Cooper

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.