]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc8260/interrupts.c
mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
[u-boot] / cpu / mpc8260 / interrupts.c
index 56e9a721373f3245b3409d9ef001575e14e756e2..bf0d4d0d59f06a471f15c9ef347a0e044b411b23 100644 (file)
@@ -246,7 +246,7 @@ void timer_interrupt_cpu (struct pt_regs *regs)
 
 /****************************************************************************/
 
-#if (CONFIG_COMMANDS & CFG_CMD_IRQ)
+#if defined(CONFIG_CMD_IRQ)
 
 /* ripped this out of ppc4xx/interrupts.c */
 
@@ -276,4 +276,4 @@ do_irqinfo (cmd_tbl_t * cmdtp, bd_t * bd, int flag, int argc, char *argv[])
                enable_interrupts ();
 }
 
-#endif                                                 /* CONFIG_COMMANDS & CFG_CMD_IRQ */
+#endif