git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a539f5d
)
ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions.
author
Jon Medhurst
<tixy@yxit.co.uk>
Wed, 6 Apr 2011 10:17:11 +0000
(11:17 +0100)
committer
Nicolas Pitre
<nicolas.pitre@linaro.org>
Fri, 29 Apr 2011 03:40:55 +0000
(23:40 -0400)
Probing these instructions was corrupting R0 because the emulation code
didn't account for the fact that they don't write a result to a
register.
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
No differences found