summaryrefslogtreecommitdiffstats
path: root/arch/arm/probes/decode-arm.h
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-01-07 11:42:30 +0000
committerJon Medhurst <tixy@linaro.org>2015-01-09 09:36:51 +0000
commit832607e79d7423c67ef8a3de8dfa3d25b5b0bf86 (patch)
treec16876fab4d3f0a6d53712784605c5e2fdab0379 /arch/arm/probes/decode-arm.h
parentfca08f326ae0423f03b097ff54de432fe77b95d0 (diff)
downloadlinux-832607e79d7423c67ef8a3de8dfa3d25b5b0bf86.tar.gz
linux-832607e79d7423c67ef8a3de8dfa3d25b5b0bf86.tar.xz
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>
Diffstat (limited to 'arch/arm/probes/decode-arm.h')
-rw-r--r--arch/arm/probes/decode-arm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/probes/decode-arm.h b/arch/arm/probes/decode-arm.h
index 9c56b40d6a57..cb0b26331930 100644
--- a/arch/arm/probes/decode-arm.h
+++ b/arch/arm/probes/decode-arm.h
@@ -18,8 +18,6 @@
#include "decode.h"
enum probes_arm_action {
- PROBES_EMULATE_NONE,
- PROBES_SIMULATE_NOP,
PROBES_PRELOAD_IMM,
PROBES_PRELOAD_REG,
PROBES_BRANCH_IMM,