commit | 664399e1fbdceb18da9c9c5534dedd62327c63e8 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sun Sep 04 19:45:00 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Sep 04 19:45:00 2005 +0100 |
tree | edcd0711c9dc15d1ca296b1bab0d85415781276e | |
parent | 7801907b8c4a49f8ec033d13a938751114a97a55 [diff] |
[ARM] Wrap calls to descriptor handlers 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>