projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b28829
)
ARCv2: entry: Fix reserved handler
author
Vineet Gupta
<vgupta@synopsys.com>
Thu, 27 Aug 2015 10:55:07 +0000
(16:25 +0530)
committer
Vineet 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arc/kernel/entry-arcv2.S
b/arch/arc/kernel/entry-arcv2.S
index bd7105d3172f19e83cf4c2507fdb23b9da5509d8..8fa76567e40299e0449b01d4d6dae6e7b8918807 100644
(file)
--- 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
.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 ##############################