Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores provides
64 irqs. This should be re-thought later.
This commit is contained in:
parent
60d70ae863
commit
19a07769b7
@ -39,7 +39,11 @@
|
||||
#ifndef _MACHINE_INTR_H_
|
||||
#define _MACHINE_INTR_H_
|
||||
|
||||
#ifdef CPU_ARM9
|
||||
#define NIRQ 64
|
||||
#else
|
||||
#define NIRQ 32
|
||||
#endif
|
||||
|
||||
#include <machine/psl.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user