arm:increase the amount of interrup vectors
Increase the amount of interrup vectors in preparation for the AM335X.
This commit is contained in:
parent
390f852bd1
commit
7015c66bfa
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
#ifndef _INTERRUPT_H
|
||||
#define _INTERRUPT_H
|
||||
|
||||
#define NR_IRQ_VECTORS 96
|
||||
#define NR_IRQ_VECTORS 125
|
||||
|
||||
#endif /* _INTERRUPT_H */
|
||||
|
|
Loading…
Reference in a new issue