Skip to content

Commit

Permalink
[MIPS] Yosemite: Don't declare titan_mailbox_irq() as asmlinkage.
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 daa4a68 commit f724af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/pmc-sierra/yosemite/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void prom_smp_finish(void)
{
}

asmlinkage void titan_mailbox_irq(void)
void titan_mailbox_irq(void)
{
int cpu = smp_processor_id();
unsigned long status;
Expand Down

0 comments on commit f724af8

Please sign in to comment.