[MIPS] Yosemite: Fix build error due to undeclared titan_mailbox_irq().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
f724af8c32
commit
035955b69e
|
@ -56,6 +56,8 @@
|
||||||
#define HYPERTRANSPORT_INTC 0x7a /* INTC# */
|
#define HYPERTRANSPORT_INTC 0x7a /* INTC# */
|
||||||
#define HYPERTRANSPORT_INTD 0x7b /* INTD# */
|
#define HYPERTRANSPORT_INTD 0x7b /* INTD# */
|
||||||
|
|
||||||
|
extern void titan_mailbox_irq(void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
|
|
Loading…
Reference in New Issue