提交 791be9b9 编写于 作者: R Russell King 提交者: Russell King

[PATCH] ARM SMP: add IPI support

Add support for inter-processor interrupts to the main IRQ
handling code.
Signed-off-by: NRussell King <rmk@arm.linux.org.uk>
上级 706fdd9f
......@@ -34,6 +34,20 @@
@
adrne lr, 1b
bne asm_do_IRQ
#ifdef CONFIG_SMP
/*
* XXX
*
* this macro assumes that irqstat (r6) and base (r5) are
* preserved from get_irqnr_and_base above
*/
test_for_ipi r0, r6, r5, lr
movne r0, sp
adrne lr, 1b
bne do_IPI
#endif
.endm
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册