From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linuxppc-dev@ozlabs.org,
Andrew Morton <akpm@linux-foundation.org>,
Ingo Molnar <mingo@elte.hu>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [patch 16/18] powerpc: convert obsolete hw_interrupt_type to struct irq_chip
Date: Wed, 11 Mar 2009 13:19:49 +1100 [thread overview]
Message-ID: <1236737989.7086.36.camel@pasglop> (raw)
In-Reply-To: <20090311003237.169865866@linutronix.de>
On Wed, 2009-03-11 at 00:46 +0000, Thomas Gleixner wrote:
> plain text document attachment
> (powerpc-convert-obsolete-hw-interrupt-type.patch)
> Impact: cleanup
>
> Convert the last remaining users to struct irq_chip.
Ack too, same comment, happy to have that one in powerpc.
Ben.
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> CC: linuxppc-dev@ozlabs.org
> ---
> arch/powerpc/include/asm/hw_irq.h | 2 +-
> arch/powerpc/platforms/powermac/pic.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> Index: linux-2.6/arch/powerpc/include/asm/hw_irq.h
> ===================================================================
> --- linux-2.6.orig/arch/powerpc/include/asm/hw_irq.h
> +++ linux-2.6/arch/powerpc/include/asm/hw_irq.h
> @@ -129,7 +129,7 @@ static inline int irqs_disabled_flags(un
> * interrupt-retrigger: should we handle this via lost interrupts and IPIs
> * or should we not care like we do now ? --BenH.
> */
> -struct hw_interrupt_type;
> +struct irq_chip;
>
> #endif /* __KERNEL__ */
> #endif /* _ASM_POWERPC_HW_IRQ_H */
> Index: linux-2.6/arch/powerpc/platforms/powermac/pic.h
> ===================================================================
> --- linux-2.6.orig/arch/powerpc/platforms/powermac/pic.h
> +++ linux-2.6/arch/powerpc/platforms/powermac/pic.h
> @@ -3,7 +3,7 @@
>
> #include <linux/irq.h>
>
> -extern struct hw_interrupt_type pmac_pic;
> +extern struct irq_chip pmac_pic;
>
> extern void pmac_pic_init(void);
> extern int pmac_get_irq(void);
>
prev parent reply other threads:[~2009-03-11 2:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20090311003204.592133594@linutronix.de>
2009-03-11 0:45 ` [patch 08/18] powerpc: convert obsolete irq_desc_t to struct irq_desc Thomas Gleixner
2009-03-11 2:19 ` Benjamin Herrenschmidt
2009-03-11 7:59 ` Thomas Gleixner
2009-03-11 0:46 ` [patch 16/18] powerpc: convert obsolete hw_interrupt_type to struct irq_chip Thomas Gleixner
2009-03-11 2:19 ` Benjamin Herrenschmidt [this message]
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=1236737989.7086.36.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
/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;
as well as URLs for NNTP newsgroup(s).