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:
cognet 2005-02-13 18:26:31 +00:00
parent 60d70ae863
commit 19a07769b7

View File

@ -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>