Skip to content

Commit

Permalink
[MIPS] Yosemite: Only build ll_ht_smp_irq_handler() if HYPERTRANSPORT.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jul 31, 2007
1 parent 035955b commit 7f32a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/pmc-sierra/yosemite/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

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
Expand Down Expand Up @@ -109,6 +110,7 @@ static void ll_ht_smp_irq_handler(int irq)

do_IRQ(irq);
}
#endif

asmlinkage void plat_irq_dispatch(void)
{
Expand Down

0 comments on commit 7f32a88

Please sign in to comment.