summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/intr_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/intr_machdep.h')
-rw-r--r--sys/mips/include/intr_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/intr_machdep.h b/sys/mips/include/intr_machdep.h
index 3d66e63..f224517 100644
--- a/sys/mips/include/intr_machdep.h
+++ b/sys/mips/include/intr_machdep.h
@@ -29,7 +29,7 @@
#ifndef _MACHINE_INTR_MACHDEP_H_
#define _MACHINE_INTR_MACHDEP_H_
-#ifdef CPU_RMI
+#if defined(CPU_RMI) || defined(CPU_NLM)
#define XLR_MAX_INTR 64
#else
#define NHARD_IRQS 6
OpenPOWER on IntegriCloud