From: Ben Dooks Date: Mon, 28 Jan 2008 12:01:22 +0000 (+0100) Subject: [ARM] 4782/1: S3C24XX: Define FIQ_START for any FIQ users X-Git-Tag: v2.6.25-rc1~1175^2~2^9~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f613be4a9b6d680772b0a52a43a4a94d8e131b6;p=profile%2Fivi%2Fkernel-x86-ivi.git [ARM] 4782/1: S3C24XX: Define FIQ_START for any FIQ users Ensure FIQ_START is defined to allow anyone to use FIQ code on an S3C24XX based CPU. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-s3c2410/irqs.h b/include/asm-arm/arch-s3c2410/irqs.h index 996f654..d858b3e 100644 --- a/include/asm-arm/arch-s3c2410/irqs.h +++ b/include/asm-arm/arch-s3c2410/irqs.h @@ -160,4 +160,7 @@ #define NR_IRQS (IRQ_S3C2440_AC97+1) #endif +/* Our FIQs are routable from IRQ_EINT0 to IRQ_ADCPARENT */ +#define FIQ_START IRQ_EINT0 + #endif /* __ASM_ARCH_IRQ_H */