commit | c9836777d5f22e64eefc759d682511560b6d6d78 | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Tue Apr 19 10:52:17 2011 +0100 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Thu Apr 28 23:40:59 2011 -0400 |
tree | 37dbdb0ad5465fd1b290cc4742dd9f380b6f7ed6 | |
parent | f704a6e25bd07e1381af81f19fb1d123975807b1 [diff] |
ARM: kprobes: Add emulation of MOVW and MOVT instructions The MOVW and MOVT instructions account for approximately 7% of all instructions in a ARMv7 kernel as GCC uses them instead of a literal pool. Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>