[MIPS] Yosemite: Don't declare titan_mailbox_irq() as asmlinkage.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -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();
|
int cpu = smp_processor_id();
|
||||||
unsigned long status;
|
unsigned long status;
|
||||||
|
Reference in New Issue
Block a user