diff options
Diffstat (limited to 'arch/mips/pmc-sierra/yosemite/irq.c')
-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 428d1f45a287..13799d15d129 100644 --- a/arch/mips/pmc-sierra/yosemite/irq.c +++ b/arch/mips/pmc-sierra/yosemite/irq.c | |||
@@ -56,6 +56,8 @@ | |||
56 | #define HYPERTRANSPORT_INTC 0x7a /* INTC# */ | 56 | #define HYPERTRANSPORT_INTC 0x7a /* INTC# */ |
57 | #define HYPERTRANSPORT_INTD 0x7b /* INTD# */ | 57 | #define HYPERTRANSPORT_INTD 0x7b /* INTD# */ |
58 | 58 | ||
59 | extern void titan_mailbox_irq(void); | ||
60 | |||
59 | /* | 61 | /* |
60 | * Handle hypertransport & SMP interrupts. The interrupt lines are scarce. | 62 | * Handle hypertransport & SMP interrupts. The interrupt lines are scarce. |
61 | * For interprocessor interrupts, the best thing to do is to use the INTMSG | 63 | * For interprocessor interrupts, the best thing to do is to use the INTMSG |