* [PATCH] remove unused variable in irq.c
@ 2005-07-28 8:21 aq
0 siblings, 0 replies; only message in thread
From: aq @ 2005-07-28 8:21 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 182 bytes --]
There is a warning about unused variable "warned" in
linux-2.6-xen-sparse/arch/xen/i386/kernel/irq.c. This patch fixes
that.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
[-- Attachment #2: warned.patch --]
[-- Type: application/octet-stream, Size: 384 bytes --]
diff -r fb5de385a9ee linux-2.6-xen-sparse/arch/xen/i386/kernel/irq.c
--- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/irq.c Wed Jul 27 23:15:15 2005
+++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/irq.c Thu Jul 28 17:17:32 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;
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-28 8:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-28 8:21 [PATCH] remove unused variable in irq.c aq
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.