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-05 11:33:39 +02:00
parent 390f852bd1
commit 7015c66bfa

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 */