From: Thomas Gleixner <tglx@linutronix.de>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Ingo Molnar <mingo@elte.hu>, Tony Luck <tony.luck@intel.com>
Subject: [patch 02/18] ia64: convert obsolete no_irq_type to no_irq_chip
Date: Wed, 11 Mar 2009 00:45:28 -0000 [thread overview]
Message-ID: <20090311003235.533578955@linutronix.de> (raw)
In-Reply-To: 20090311003204.592133594@linutronix.de
[-- Attachment #1: ia64-convert-obsolete-no-irq-type.patch --]
[-- Type: text/plain, Size: 1750 bytes --]
Impact: cleanup
convert the last remaining users to no_irq_chip
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
CC: Tony Luck <tony.luck@intel.com>
---
arch/ia64/hp/sim/hpsim_irq.c | 2 +-
arch/ia64/kernel/iosapic.c | 2 +-
arch/ia64/sn/kernel/irq.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Index: linux-2.6/arch/ia64/hp/sim/hpsim_irq.c
===================================================================
--- linux-2.6.orig/arch/ia64/hp/sim/hpsim_irq.c
+++ linux-2.6/arch/ia64/hp/sim/hpsim_irq.c
@@ -45,7 +45,7 @@ hpsim_irq_init (void)
for (i = 0; i < NR_IRQS; ++i) {
idesc = irq_desc + i;
- if (idesc->chip == &no_irq_type)
+ if (idesc->chip == &no_irq_chip)
idesc->chip = &irq_type_hp_sim;
}
}
Index: linux-2.6/arch/ia64/kernel/iosapic.c
===================================================================
--- linux-2.6.orig/arch/ia64/kernel/iosapic.c
+++ linux-2.6/arch/ia64/kernel/iosapic.c
@@ -648,7 +648,7 @@ register_intr (unsigned int gsi, int irq
idesc = irq_desc + irq;
if (irq_type != NULL && idesc->chip != irq_type) {
- if (idesc->chip != &no_irq_type)
+ if (idesc->chip != &no_irq_chip)
printk(KERN_WARNING
"%s: changing vector %d from %s to %s\n",
__func__, irq_to_vector(irq),
Index: linux-2.6/arch/ia64/sn/kernel/irq.c
===================================================================
--- linux-2.6.orig/arch/ia64/sn/kernel/irq.c
+++ linux-2.6/arch/ia64/sn/kernel/irq.c
@@ -299,7 +299,7 @@ void sn_irq_init(void)
ia64_last_device_vector = IA64_SN2_LAST_DEVICE_VECTOR;
for (i = 0; i < NR_IRQS; i++) {
- if (base_desc[i].chip == &no_irq_type) {
+ if (base_desc[i].chip == &no_irq_chip) {
base_desc[i].chip = &irq_type_sn;
}
}
next prev parent reply other threads:[~2009-03-11 0:47 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-11 0:45 [patch 00/18] Remove obsolete genirq defines and typedefs Thomas Gleixner
2009-03-11 0:45 ` [patch 01/18] genirq: prepare removal of obsolete " Thomas Gleixner
2009-03-11 0:45 ` Thomas Gleixner [this message]
2009-03-11 0:45 ` [patch 03/18] mn10300: convert obsolete no_irq_type to no_irq_chip Thomas Gleixner
2009-03-11 11:35 ` David Howells
2009-03-11 0:45 ` [patch 04/18] sh: " Thomas Gleixner
2009-03-11 0:45 ` [patch 05/18] ia64: convert obsolete irq_desc_t to struct irq_desc Thomas Gleixner
2009-03-11 0:45 ` [patch 06/18] drivers/mfd: " Thomas Gleixner
2009-03-11 0:45 ` [patch 07/18] mips: " Thomas Gleixner
2009-03-11 16:00 ` David Daney
2009-03-11 17:31 ` Ralf Baechle
2009-03-11 0:45 ` [patch 08/18] powerpc: " Thomas Gleixner
2009-03-11 2:19 ` Benjamin Herrenschmidt
2009-03-11 7:59 ` Thomas Gleixner
2009-03-11 0:45 ` [patch 09/18] x86: " Thomas Gleixner
2009-03-11 0:46 ` [patch 10/18] alpha: convert obsolete hw_interrupt_type to struct irq_chip Thomas Gleixner
2009-03-11 0:46 ` [patch 11/18] avr32: " Thomas Gleixner
2009-03-11 0:46 ` [patch 12/18] cris: " Thomas Gleixner
2009-04-02 12:31 ` Jesper Nilsson
2009-03-11 0:46 ` [patch 13/18] ia64: " Thomas Gleixner
2009-03-11 0:46 ` [patch 14/18] m32r: " Thomas Gleixner
2009-03-11 0:46 ` [patch 15/18] parisc: " Thomas Gleixner
2009-03-11 0:46 ` [patch 16/18] powerpc: " Thomas Gleixner
2009-03-11 2:19 ` Benjamin Herrenschmidt
2009-03-11 0:46 ` [patch 17/18] sh: " Thomas Gleixner
2009-03-11 0:46 ` [patch 18/18] um: " Thomas Gleixner
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=20090311003235.533578955@linutronix.de \
--to=tglx@linutronix.de \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tony.luck@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox