]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/pmc-sierra/yosemite/irq.c
[MIPS] SMP: Scatter __cpuinit over the code as needed.
[linux-2.6-omap-h63xx.git] / arch / mips / pmc-sierra / yosemite / irq.c
index 428d1f45a2872fc2289149ec1d4b0f1de1b17e31..4decc28078673203a4355c9d7c64950a25c6d6c7 100644 (file)
@@ -56,6 +56,9 @@
 #define HYPERTRANSPORT_INTC     0x7a           /* INTC# */
 #define HYPERTRANSPORT_INTD     0x7b           /* INTD# */
 
+extern void titan_mailbox_irq(void);
+
+#ifdef CONFIG_HYPERTRANSPORT
 /*
  * Handle hypertransport & SMP interrupts. The interrupt lines are scarce.
  * For interprocessor interrupts, the best thing to do is to use the INTMSG
@@ -107,6 +110,7 @@ static void ll_ht_smp_irq_handler(int irq)
 
        do_IRQ(irq);
 }
+#endif
 
 asmlinkage void plat_irq_dispatch(void)
 {