summaryrefslogtreecommitdiffstats
path: root/cpu/mpc83xx/interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc83xx/interrupts.c')
-rw-r--r--cpu/mpc83xx/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc83xx/interrupts.c b/cpu/mpc83xx/interrupts.c
index bb1fe1af3f..26040663f9 100644
--- a/cpu/mpc83xx/interrupts.c
+++ b/cpu/mpc83xx/interrupts.c
@@ -81,7 +81,7 @@ void timer_interrupt_cpu (struct pt_regs *regs)
}
-#if (CONFIG_COMMANDS & CFG_CMD_IRQ)
+#if (CONFIG_COMMANDS & CFG_CMD_IRQ) || defined(CONFIG_CMD_IRQ)
/* ripped this out of ppc4xx/interrupts.c */
OpenPOWER on IntegriCloud