Skip to content

Commit

Permalink
ARM: mach-shmobile: Bump up NR_IRQS to 1024
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Dec 20, 2010
1 parent 09dd7de commit 5ce2a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/include/mach/irqs.h
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5ce2a2d

Please sign in to comment.