]> git.baikalelectronics.ru Git - kernel.git/commit
h8300: Convert interrupt handling to flow handler
authorThomas Gleixner <tglx@linutronix.de>
Wed, 19 Jan 2011 11:18:57 +0000 (12:18 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 21 Jan 2011 10:55:24 +0000 (11:55 +0100)
commit81cd1e6ec8fc24eec5276337a1e8f4001be1939f
treed28140666f8377c2009da4d786c8778827008823
parentb0fad747a0c73b3e07db4e91370766da82c6fe58
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>
arch/h8300/kernel/irq.c