projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
983ebd9
)
ARM: kprobes: Fix error in comment
author
Jon Medhurst
<tixy@yxit.co.uk>
Thu, 7 Apr 2011 12:25:18 +0000
(13:25 +0100)
committer
Nicolas Pitre
<nicolas.pitre@linaro.org>
Fri, 29 Apr 2011 03:40:56 +0000
(23:40 -0400)
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/kernel/kprobes-decode.c
patch
|
blob
|
history
diff --git
a/arch/arm/kernel/kprobes-decode.c
b/arch/arm/kernel/kprobes-decode.c
index 6d09db9c84ab2687eea657556b1378b29aac7e0c..54c175906787e261c55f2f6d292a123c0b093ca8 100644
(file)
--- a/
arch/arm/kernel/kprobes-decode.c
+++ b/
arch/arm/kernel/kprobes-decode.c
@@
-1069,7
+1069,7
@@
space_cccc_000x(kprobe_opcode_t insn, struct arch_specific_insn *asi)
return prep_emulate_rd16rs8rm0_wflags(insn, asi);
/* SMLAxy : cccc 0001 0000 xxxx xxxx xxxx 1xx0 xxxx : Q */
- /* SMLAWy : cccc 0001 0010 xxxx xxxx xxxx
0
x00 xxxx : Q */
+ /* SMLAWy : cccc 0001 0010 xxxx xxxx xxxx
1
x00 xxxx : Q */
return prep_emulate_rd16rn12rs8rm0_wflags(insn, asi);
}