LM32: Rename up_doirq() to lm32_doirq()
This commit is contained in:
parent
905f6f2956
commit
8f3c59b0d6
@ -71,7 +71,7 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
uint32_t *up_doirq(int irq, uint32_t *regs)
|
uint32_t *lm32_doirq(int irq, uint32_t *regs)
|
||||||
{
|
{
|
||||||
board_autoled_on(LED_INIRQ);
|
board_autoled_on(LED_INIRQ);
|
||||||
#ifdef CONFIG_SUPPRESS_INTERRUPTS
|
#ifdef CONFIG_SUPPRESS_INTERRUPTS
|
||||||
|
@ -112,7 +112,7 @@ _interrupt_handler:
|
|||||||
sw (sp+0), ra
|
sw (sp+0), ra
|
||||||
calli .save_all
|
calli .save_all
|
||||||
rcsr r1, IP
|
rcsr r1, IP
|
||||||
calli up_doirq
|
calli lm32_doirq
|
||||||
bi .restore_all_and_eret
|
bi .restore_all_and_eret
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user