1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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

This commit is contained in:
Ruslan Bukin 2014-08-31 17:40:19 +00:00
parent 01a8fb7db5
commit 99d7e0a9a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270884

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)