arm:increase the amount of interrup vectors

Increase the amount of interrup vectors in preparation for the AM335X.
This commit is contained in:
Kees Jongenburger
2013-04-12 20:52:57 +02:00
parent 390f852bd1
commit 7015c66bfa
+1 -1
View File
@@ -3,6 +3,6 @@
#ifndef _INTERRUPT_H
#define _INTERRUPT_H
#define NR_IRQ_VECTORS 96
#define NR_IRQ_VECTORS 125
#endif /* _INTERRUPT_H */