]> Pileus Git - ~andy/linux/blobdiff - arch/m68k/include/asm/irq.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux...
[~andy/linux] / arch / m68k / include / asm / irq.h
index d3a8acd4f1fe4f544928b7ca297c11fe8fd6cc94..c1155f0e22cc2615a0e97f5745dd3c5d7d77aba9 100644 (file)
@@ -25,7 +25,8 @@
 #define NR_IRQS        0
 #endif
 
-#ifdef CONFIG_MMU
+#if defined(CONFIG_M68020) || defined(CONFIG_M68030) || \
+    defined(CONFIG_M68040) || defined(CONFIG_M68060)
 
 /*
  * Interrupt source definitions
@@ -67,7 +68,7 @@ extern unsigned int irq_canonicalize(unsigned int irq);
 
 #else
 #define irq_canonicalize(irq)  (irq)
-#endif /* CONFIG_MMU */
+#endif /* !(CONFIG_M68020 || CONFIG_M68030 || CONFIG_M68040 || CONFIG_M68060) */
 
 asmlinkage void do_IRQ(int irq, struct pt_regs *regs);
 extern atomic_t irq_err_count;