commit | f9f91ef5e3a5bc1d4aa05b5d26c4d9e6dd930750 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jan 19 12:18:57 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Jan 21 11:55:24 2011 +0100 |
tree | d28140666f8377c2009da4d786c8778827008823 | |
parent | 12174aac376f2c9390c51e66995d38c9e5e94eff [diff] |
h8300: Convert interrupt handling to flow handler __do_IRQ is deprecated so h8300 needs to be converted to proper flow handling. The irq chip is simple and does not required any mask/ack/eoi functions, so we can use handle_simple_irq. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Paul Mundt <lethal@linux-sh.org>