]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: kprobes: Add emulation of MOVW and MOVT instructions
authorJon Medhurst <tixy@yxit.co.uk>
Tue, 19 Apr 2011 09:52:17 +0000 (10:52 +0100)
committerNicolas Pitre <nicolas.pitre@linaro.org>
Fri, 29 Apr 2011 03:40:59 +0000 (23:40 -0400)
commit66be870ed706411ab183949f038bb75399b7d43b
tree37dbdb0ad5465fd1b290cc4742dd9f380b6f7ed6
parent53387de9ccdcbd90a8a92f4456d604d61ef76f56
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>
arch/arm/kernel/kprobes-decode.c