Commit 7f32a88e authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Yosemite: Only build ll_ht_smp_irq_handler() if HYPERTRANSPORT.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 035955b6
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
extern void titan_mailbox_irq(void); extern void titan_mailbox_irq(void);
#ifdef CONFIG_HYPERTRANSPORT
/* /*
* Handle hypertransport & SMP interrupts. The interrupt lines are scarce. * Handle hypertransport & SMP interrupts. The interrupt lines are scarce.
* For interprocessor interrupts, the best thing to do is to use the INTMSG * For interprocessor interrupts, the best thing to do is to use the INTMSG
...@@ -109,6 +110,7 @@ static void ll_ht_smp_irq_handler(int irq) ...@@ -109,6 +110,7 @@ static void ll_ht_smp_irq_handler(int irq)
do_IRQ(irq); do_IRQ(irq);
} }
#endif
asmlinkage void plat_irq_dispatch(void) asmlinkage void plat_irq_dispatch(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment