mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
ARCv2: entry: Fix reserved handler
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
parent
9b28829d6d
commit
3d5926599a
@ -57,13 +57,8 @@ VECTOR handle_interrupt ; (23) End of fixed IRQs
|
||||
|
||||
.section .text, "ax",@progbits
|
||||
|
||||
res_service: ; processor restart
|
||||
flag 0x1 ; not implemented
|
||||
nop
|
||||
nop
|
||||
|
||||
reserved: ; processor restart
|
||||
rtie ; jump to processor initializations
|
||||
reserved:
|
||||
flag 1 ; Unexpected event, halt
|
||||
|
||||
;##################### Interrupt Handling ##############################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user