[MIPS] Rewrite spurious_interrupt from assembler to C.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -263,7 +263,8 @@ loc_call: /*
|
||||
/*
|
||||
* "Jump extender" to reach spurious_interrupt
|
||||
*/
|
||||
3: j spurious_interrupt
|
||||
3: jal spurious_interrupt
|
||||
j ret_from_irq
|
||||
|
||||
/*
|
||||
* Vectors for interrupts generated by local devices
|
||||
|
||||
Reference in New Issue
Block a user