projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09dd7de
)
ARM: mach-shmobile: Bump up NR_IRQS to 1024
author
Magnus Damm
<damm@opensource.se>
Mon, 20 Dec 2010 11:00:19 +0000
(11:00 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 20 Dec 2010 15:27:55 +0000
(
00:27
+0900)
Increase NR_IRQS from 512 to 1024 on SH-Mobile ARM.
Needed to support vectors in the sh73a0 INTCS block.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/include/mach/irqs.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-shmobile/include/mach/irqs.h
b/arch/arm/mach-shmobile/include/mach/irqs.h
index 09e0ab7d343ee0293a80f532fb0577b682f0ed50..dcb714f4d75ab15c2dca37bc0843ad1de73872d6 100644
(file)
--- a/
arch/arm/mach-shmobile/include/mach/irqs.h
+++ b/
arch/arm/mach-shmobile/include/mach/irqs.h
@@
-1,7
+1,7
@@
#ifndef __ASM_MACH_IRQS_H
#define __ASM_MACH_IRQS_H
-#define NR_IRQS
512
+#define NR_IRQS
1024
/* GIC */
#define gic_spi(nr) ((nr) + 32)