From: Thomas Gleixner <tglx@linutronix.de>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>,
Peter Zijlstra <peterz@infradead.org>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Ralf Baechle <ralf@linux-mips.org>,
Tony Luck <tony.luck@intel.com>,
David Howells <dhowells@redhat.com>,
Michal Simek <monstr@monstr.eu>
Subject: [patch 6/8] powerpc: Remove stale irq_chip.end
Date: Thu, 03 Feb 2011 00:46:59 -0000 [thread overview]
Message-ID: <20110203004210.529096297@linutronix.de> (raw)
In-Reply-To: <20110203003745.371989282@linutronix.de>
[-- Attachment #1: powerpc-remove-stale-irq_chip-end.patch --]
[-- Type: text/plain, Size: 1780 bytes --]
irq_chip.end got obsolete with the removal of __do_IRQ()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
arch/powerpc/platforms/82xx/pq2ads-pci-pic.c | 1 -
arch/powerpc/sysdev/tsi108_pci.c | 13 -------------
2 files changed, 14 deletions(-)
Index: linux-2.6-tip/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
===================================================================
--- linux-2.6-tip.orig/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
+++ linux-2.6-tip/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
@@ -71,7 +71,6 @@ static void pq2ads_pci_unmask_irq(unsign
static struct irq_chip pq2ads_pci_ic = {
.name = "PQ2 ADS PCI",
- .end = pq2ads_pci_unmask_irq,
.mask = pq2ads_pci_mask_irq,
.mask_ack = pq2ads_pci_mask_irq,
.ack = pq2ads_pci_mask_irq,
Index: linux-2.6-tip/arch/powerpc/sysdev/tsi108_pci.c
===================================================================
--- linux-2.6-tip.orig/arch/powerpc/sysdev/tsi108_pci.c
+++ linux-2.6-tip/arch/powerpc/sysdev/tsi108_pci.c
@@ -358,18 +358,6 @@ static void tsi108_pci_irq_ack(u_int irq
tsi108_pci_int_mask(irq);
}
-static void tsi108_pci_irq_end(u_int irq)
-{
- tsi108_pci_int_unmask(irq);
-
- /* Enable interrupts from PCI block */
- tsi108_write_reg(TSI108_PCI_OFFSET + TSI108_PCI_IRP_ENABLE,
- tsi108_read_reg(TSI108_PCI_OFFSET +
- TSI108_PCI_IRP_ENABLE) |
- TSI108_PCI_IRP_ENABLE_P_INT);
- mb();
-}
-
/*
* Interrupt controller descriptor for cascaded PCI interrupt controller.
*/
@@ -378,7 +366,6 @@ static struct irq_chip tsi108_pci_irq =
.name = "tsi108_PCI_int",
.mask = tsi108_pci_irq_disable,
.ack = tsi108_pci_irq_ack,
- .end = tsi108_pci_irq_end,
.unmask = tsi108_pci_irq_enable,
};
next prev parent reply other threads:[~2011-02-03 0:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-03 0:46 [patch 0/8] genirq: Remove the last __do_IRQ() leftovers Thomas Gleixner
2011-02-03 0:46 ` [patch 1/8] frv: Remove stale irq_chip.end Thomas Gleixner
2011-02-03 0:46 ` [patch 2/8] ia64: " Thomas Gleixner
2011-02-03 0:46 ` [patch 3/8] microblaze: " Thomas Gleixner
2011-02-03 13:06 ` Michal Simek
2011-02-03 0:46 ` [patch 4/8] mips: " Thomas Gleixner
2011-02-03 0:46 ` [patch 5/8] mn10300: " Thomas Gleixner
2011-02-03 0:46 ` Thomas Gleixner [this message]
2011-02-03 0:47 ` [patch 7/8] um: " Thomas Gleixner
2011-02-03 0:47 ` [patch 8/8] genirq-remove-stale-irq-end.patch Thomas Gleixner
2011-02-09 15:28 ` [patch 5/8] mn10300: Remove stale irq_chip.end David Howells
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=20110203004210.529096297@linutronix.de \
--to=tglx@linutronix.de \
--cc=benh@kernel.crashing.org \
--cc=dhowells@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=monstr@monstr.eu \
--cc=peterz@infradead.org \
--cc=ralf@linux-mips.org \
--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
all inboxes | Powered by JetHome®