All of lore.kernel.org
 help / color / mirror / Atom feed
From: aq <aquynh@gmail.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] remove unused variable in irq.c
Date: Thu, 28 Jul 2005 10:21:46 +0200	[thread overview]
Message-ID: <9cde8bff05072801214801affa@mail.gmail.com> (raw)

[-- 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

                 reply	other threads:[~2005-07-28  8:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=9cde8bff05072801214801affa@mail.gmail.com \
    --to=aquynh@gmail.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.