]> Zhao Yanbai Git Server - minix.git/commitdiff
arm:increase the amount of interrup vectors
authorKees Jongenburger <keesj@minix3.org>
Fri, 5 Apr 2013 09:33:39 +0000 (11:33 +0200)
committerKees Jongenburger <keesj@minix3.org>
Fri, 12 Apr 2013 18:52:57 +0000 (20:52 +0200)
Increase the amount of interrup vectors in preparation for the AM335X.

include/arch/earm/include/interrupt.h

index def095eb94d465c30cd30ed9602d2d7b25f91e1f..0cc92491ed1515a4075c025e04b722374ae02c36 100644 (file)
@@ -3,6 +3,6 @@
 #ifndef _INTERRUPT_H
 #define _INTERRUPT_H
 
-#define NR_IRQ_VECTORS    96
+#define NR_IRQ_VECTORS    125
 
 #endif /* _INTERRUPT_H */