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:
Olivier Houchard 2005-02-13 18:26:31 +00:00
parent 014ef5788e
commit 31d0686d2d

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>