diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-29 19:50:47 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-31 16:35:31 -0400 |
commit | 035955b69ebc1e130fdf04d0233f131b84b637b9 (patch) | |
tree | f7953f99f8ddf5c38df4715c77d42c8c492780ac /arch/mips/pmc-sierra | |
parent | f724af8c32ab9655fcf7e46bafee8c55b143a83a (diff) |
[MIPS] Yosemite: Fix build error due to undeclared titan_mailbox_irq().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pmc-sierra')
-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 |