GIC (Cortex A's interrupt controller) supports up to 1020 IRQs.

This commit is contained in:
br 2014-08-31 17:40:19 +00:00
parent 16a3d82ef4
commit 6966b29ce7

View File

@ -51,7 +51,7 @@
defined(CPU_XSCALE_IXP435)
#define NIRQ 64
#elif defined(CPU_CORTEXA)
#define NIRQ 160
#define NIRQ 1020
#elif defined(CPU_KRAIT)
#define NIRQ 288
#elif defined(CPU_ARM1136) || defined(CPU_ARM1176)