Skip to content

Commit

Permalink
[MIPS] Yosemite: Fix build error due to undeclared titan_mailbox_irq().
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 f724af8 commit 035955b
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 @@ -56,6 +56,8 @@
#define HYPERTRANSPORT_INTC 0x7a /* INTC# */
#define HYPERTRANSPORT_INTD 0x7b /* INTD# */

extern void titan_mailbox_irq(void);

/*
* Handle hypertransport & SMP interrupts. The interrupt lines are scarce.
* For interprocessor interrupts, the best thing to do is to use the INTMSG
Expand Down

0 comments on commit 035955b

Please sign in to comment.