From: Russell King Date: Sun, 4 Sep 2005 18:45:00 +0000 (+0100) Subject: [ARM] Wrap calls to descriptor handlers X-Git-Tag: v2.6.14-rc1~774^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664399e1fbdceb18da9c9c5534dedd62327c63e8;p=pandora-kernel.git [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 --- Reading git-diff-tree failed