Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f613be4 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c58f7a1d
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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 */