Commit 5ce2a2dd authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

ARM: mach-shmobile: Bump up NR_IRQS to 1024



Increase NR_IRQS from 512 to 1024 on SH-Mobile ARM.

Needed to support vectors in the sh73a0 INTCS block.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 09dd7ded
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#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)