ARCv2: entry: Fix reserved handler
authorVineet Gupta <vgupta@synopsys.com>
Thu, 27 Aug 2015 10:55:07 +0000 (16:25 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Thu, 27 Aug 2015 10:55:37 +0000 (16:25 +0530)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/entry-arcv2.S

index bd7105d3172f19e83cf4c2507fdb23b9da5509d8..8fa76567e40299e0449b01d4d6dae6e7b8918807 100644 (file)
@@ -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 ##############################
 
This page took 0.026771 seconds and 5 git commands to generate.