]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: probes: Use correct action types for MOVW, SEV and WFI
authorJon Medhurst <tixy@linaro.org>
Wed, 7 Jan 2015 11:42:30 +0000 (11:42 +0000)
committerJon Medhurst <tixy@linaro.org>
Fri, 9 Jan 2015 09:36:51 +0000 (09:36 +0000)
commit070ea9fbb040e72d868dd3462d8e4a8680dab809
treec16876fab4d3f0a6d53712784605c5e2fdab0379
parentc592df06ca85b0d82a607479649e02592702ff46
ARM: probes: Use correct action types for MOVW, SEV and WFI

This doesn't correct any bugs when probing these instructions but makes
MOVW slightly faster and makes everything more symmetric with the Thumb
instruction cases.

We can also remove the now redundant PROBES_EMULATE_NONE and
PROBES_SIMULATE_NOP actions.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
arch/arm/probes/decode-arm.c
arch/arm/probes/decode-arm.h
arch/arm/probes/kprobes/actions-arm.c
arch/arm/probes/uprobes/actions-arm.c