projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c58f7a1
)
[ARM] 4782/1: S3C24XX: Define FIQ_START for any FIQ users
author
Ben Dooks
<ben-linux@fluff.org>
Mon, 28 Jan 2008 12:01:22 +0000
(13:01 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 28 Jan 2008 13:20:51 +0000
(13:20 +0000)
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>
include/asm-arm/arch-s3c2410/irqs.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-s3c2410/irqs.h
b/include/asm-arm/arch-s3c2410/irqs.h
index 996f65488d2d01dc2f8c85d6879ce088e1b74ea8..d858b3eb55477785a38e58ef2ea0491741826ed4 100644
(file)
--- 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 */