Skip to content

Commit 1447c5f

Browse files
committed
migrate irq_offload: fix arch_irq_offload_init undefined reference
Follows 7e225ef Signed-off-by: Alp Sayin <alpsayin@gmail.com>
1 parent 191d43a commit 1447c5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/microblaze/core/irq_offload.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ void arch_irq_offload(irq_offload_routine_t routine, const void *parameter)
4545

4646
EMULATE_ISR();
4747
}
48+
49+
void arch_irq_offload_init(void)
50+
{
51+
}

0 commit comments

Comments
 (0)