[ARM] Wrap calls to descriptor handlers
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 4 Sep 2005 18:45:00 +0000 (19:45 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 4 Sep 2005 18:45:00 +0000 (19:45 +0100)
This is part of Thomas Gleixner's generic IRQ patch, which converts
ARM to use the generic IRQ subsystem.  Here, we wrap calls to
desc->handler() in an inline function, desc_handle_irq().  This
reduces the size of Thomas' patch since the changes become more
localised.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found