ARM11 might have more then 32 interrupts, e.g. BCM2835: 72 interrupts
This commit is contained in:
parent
bda493d611
commit
46ad39d5a6
@ -52,6 +52,8 @@
|
||||
#define NIRQ 64
|
||||
#elif defined(CPU_CORTEXA)
|
||||
#define NIRQ 128
|
||||
#elif defined(CPU_ARM11)
|
||||
#define NIRQ 128
|
||||
#else
|
||||
#define NIRQ 32
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user