[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 <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
c58f7a1d36
commit
9f613be4a9
1 changed files with 3 additions and 0 deletions
|
@ -160,4 +160,7 @@
|
||||||
#define NR_IRQS (IRQ_S3C2440_AC97+1)
|
#define NR_IRQS (IRQ_S3C2440_AC97+1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Our FIQs are routable from IRQ_EINT0 to IRQ_ADCPARENT */
|
||||||
|
#define FIQ_START IRQ_EINT0
|
||||||
|
|
||||||
#endif /* __ASM_ARCH_IRQ_H */
|
#endif /* __ASM_ARCH_IRQ_H */
|
||||||
|
|
Loading…
Reference in a new issue