Skip to content

Commit

Permalink
ARCv2: entry: Fix reserved handler
Browse files Browse the repository at this point in the history
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
Vineet Gupta committed Aug 27, 2015
1 parent 9b28829 commit 3d59265
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions arch/arc/kernel/entry-arcv2.S
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##############################

Expand Down

0 comments on commit 3d59265

Please sign in to comment.