Skip to content

Commit

Permalink
[ARM] 4782/1: S3C24XX: Define FIQ_START for any FIQ users
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Russell King committed Jan 28, 2008
1 parent c58f7a1 commit 9f613be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/asm-arm/arch-s3c2410/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 9f613be

Please sign in to comment.