projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b8c7d1
)
ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decision
author
Vineet Gupta
<vgupta@synopsys.com>
Fri, 27 Feb 2015 11:14:38 +0000
(16:44 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Fri, 19 Jun 2015 12:39:36 +0000
(18:09 +0530)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/entry.S
patch
|
blob
|
history
diff --git
a/arch/arc/kernel/entry.S
b/arch/arc/kernel/entry.S
index
0a75f81
..
b120f3e
100644
(file)
--- a/
arch/arc/kernel/entry.S
+++ b/
arch/arc/kernel/entry.S
@@
-505,8
+505,8
@@
ENTRY(EV_Trap)
EXCEPTION_PROLOGUE
;------- (4) What caused the Trap --------------
- lr r1
2
, [ecr]
- bmsk.f 0, r1
2
, 7
+ lr r1
0
, [ecr]
+ bmsk.f 0, r1
0
, 7
bnz trap_with_param
; ======= (5a) Trap is due to System Call ========