diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/pmc-sierra/yosemite/irq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/pmc-sierra/yosemite/irq.c b/arch/mips/pmc-sierra/yosemite/irq.c index 13799d15d129..4decc2807867 100644 --- a/arch/mips/pmc-sierra/yosemite/irq.c +++ b/arch/mips/pmc-sierra/yosemite/irq.c | |||
@@ -58,6 +58,7 @@ | |||
58 | 58 | ||
59 | extern void titan_mailbox_irq(void); | 59 | extern void titan_mailbox_irq(void); |
60 | 60 | ||
61 | #ifdef CONFIG_HYPERTRANSPORT | ||
61 | /* | 62 | /* |
62 | * Handle hypertransport & SMP interrupts. The interrupt lines are scarce. | 63 | * Handle hypertransport & SMP interrupts. The interrupt lines are scarce. |
63 | * For interprocessor interrupts, the best thing to do is to use the INTMSG | 64 | * 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 | 110 | ||
110 | do_IRQ(irq); | 111 | do_IRQ(irq); |
111 | } | 112 | } |
113 | #endif | ||
112 | 114 | ||
113 | asmlinkage void plat_irq_dispatch(void) | 115 | asmlinkage void plat_irq_dispatch(void) |
114 | { | 116 | { |