WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix irq.c warning, from aq.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 1db202550e822de70c708ffdd122a9bfded58d46
# Parent  7a30b587387fb07fd37a0470f4ebed7c9e7c06f2
Fix irq.c warning, from aq.

diff -r 7a30b587387f -r 1db202550e82 
linux-2.6-xen-sparse/arch/xen/i386/kernel/irq.c
--- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/irq.c   Thu Jul 28 09:10:05 2005
+++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/irq.c   Thu Jul 28 09:37:53 2005
@@ -263,7 +263,6 @@
 void fixup_irqs(cpumask_t map)
 {
        unsigned int irq;
-       static int warned;
 
        for (irq = 0; irq < NR_IRQS; irq++) {
                cpumask_t mask;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix irq.c warning, from aq., Xen patchbot -unstable <=