提交 3d592659 编写于 作者: V Vineet Gupta

ARCv2: entry: Fix reserved handler

Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
上级 9b28829d
...@@ -57,13 +57,8 @@ VECTOR handle_interrupt ; (23) End of fixed IRQs ...@@ -57,13 +57,8 @@ VECTOR handle_interrupt ; (23) End of fixed IRQs
.section .text, "ax",@progbits .section .text, "ax",@progbits
res_service: ; processor restart reserved:
flag 0x1 ; not implemented flag 1 ; Unexpected event, halt
nop
nop
reserved: ; processor restart
rtie ; jump to processor initializations
;##################### Interrupt Handling ############################## ;##################### Interrupt Handling ##############################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册