summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/exception.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/mips/exception.S')
-rw-r--r--sys/mips/mips/exception.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/mips/mips/exception.S b/sys/mips/mips/exception.S
index ebfd84d..ed02e5a 100644
--- a/sys/mips/mips/exception.S
+++ b/sys/mips/mips/exception.S
@@ -646,7 +646,7 @@ NESTED_NOPROFILE(MipsKernIntr, KERN_EXC_FRAME_SIZE, ra)
* Call the interrupt handler. a0 points at the saved frame.
*/
PTR_LA gp, _C_LABEL(_gp)
-#ifdef MIPS_INTRNG
+#ifdef INTRNG
PTR_LA k0, _C_LABEL(intr_irq_handler)
#else
PTR_LA k0, _C_LABEL(cpu_intr)
@@ -762,7 +762,7 @@ NESTED_NOPROFILE(MipsUserIntr, CALLFRAME_SIZ, ra)
/*
* Call the interrupt handler.
*/
-#ifdef MIPS_INTRNG
+#ifdef INTRNG
PTR_LA k0, _C_LABEL(intr_irq_handler)
#else
PTR_LA k0, _C_LABEL(cpu_intr)
@@ -1198,7 +1198,7 @@ FPReturn:
PTR_ADDU sp, sp, CALLFRAME_SIZ
END(MipsFPTrap)
-#ifndef MIPS_INTRNG
+#ifndef INTRNG
/*
* Interrupt counters for vmstat.
*/
@@ -1225,7 +1225,7 @@ sintrcnt:
#else
.int INTRCNT_COUNT * (_MIPS_SZLONG / 8) * 2
#endif
-#endif /* MIPS_INTRNG */
+#endif /* INTRNG */
/*
OpenPOWER on IntegriCloud