commit | ccdf2e1bca8a45eaf89eb142dbed3551886413fe | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Mon Sep 27 18:12:12 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Oct 04 19:21:37 2010 +0100 |
tree | e4e73da9cfeb2851a523f4a2914d00ac21657520 | |
parent | 7f58217bb6d39edac68ae0988cdb96a520ad916f [diff] |
ARM: 6412/1: kprobes-decode: add support for MOVW instruction The MOVW instruction moves a 16-bit immediate into the bottom halfword of the destination register. This patch ensures that kprobes leaves the 16-bit immediate intact, rather than assume a 12-bit immediate and mask out the upper 4 bits. Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>