Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-04 | [ARM] Wrap calls to descriptor handlers | Russell King | |
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> | |||
2005-07-26 | [PATCH] ARM: 2829/1: S3C2410 - split s3c2440 irq specifics from core irq.c | Ben Dooks | |
Patch from Ben Dooks Remove the need for the #ifdefs and place the IRQ handling code for the s3c2440 into a new file, which is only compiled when the s3c2440 cpu support is enabled. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |