aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2015-08-27 06:55:07 -0400
committerVineet Gupta <vgupta@synopsys.com>2015-08-27 06:55:37 -0400
commit3d5926599a6bc551efc0c8b244469a711f0d0166 (patch)
tree6415681a4df2e850bf433aed70c7ebfe315b7c0d
parent9b28829d6da391f67a76dbba07a167e2b554bd10 (diff)
ARCv2: entry: Fix reserved handler
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r--arch/arc/kernel/entry-arcv2.S9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/arc/kernel/entry-arcv2.S b/arch/arc/kernel/entry-arcv2.S
index bd7105d3172f..8fa76567e402 100644
--- a/arch/arc/kernel/entry-arcv2.S
+++ b/arch/arc/kernel/entry-arcv2.S
@@ -57,13 +57,8 @@ VECTOR handle_interrupt ; (23) End of fixed IRQs
57 57
58 .section .text, "ax",@progbits 58 .section .text, "ax",@progbits
59 59
60res_service: ; processor restart 60reserved:
61 flag 0x1 ; not implemented 61 flag 1 ; Unexpected event, halt
62 nop
63 nop
64
65reserved: ; processor restart
66 rtie ; jump to processor initializations
67 62
68;##################### Interrupt Handling ############################## 63;##################### Interrupt Handling ##############################
69 64