ARM: S3C24XX: Add FIQ IRQ routing support
authorBen Dooks <ben@simtec.co.uk>
Mon, 3 Aug 2009 16:26:57 +0000 (17:26 +0100)
committerBen Dooks <ben-linux@fluff.org>
Fri, 14 Aug 2009 00:13:28 +0000 (01:13 +0100)
commit229fd8ffba57dfaea59078b9144371369ffdb0a3
tree4332e1d442d7db803574154d5443d2016d442347
parent9b71de49b030ad8fd4d13d38571b5c42dc9ed8dd
ARM: S3C24XX: Add FIQ IRQ routing support

Add support for routing an IRQ from the normal ARM IRQ mechanism to the
FIQ input of the processor.

Note, also fix a bug where the init_FIQ() function has not been called
when CONFIG_FIQ is enabled.

Signed-off-by; Ben Dooks <ben@simtec.co.uk>

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c24xx/include/plat/fiq.h [new file with mode: 0644]
arch/arm/plat-s3c24xx/irq.c