commit | 832607e79d7423c67ef8a3de8dfa3d25b5b0bf86 | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@linaro.org> | Wed Jan 07 11:42:30 2015 +0000 |
committer | Jon Medhurst <tixy@linaro.org> | Fri Jan 09 09:36:51 2015 +0000 |
tree | c16876fab4d3f0a6d53712784605c5e2fdab0379 | |
parent | fca08f326ae0423f03b097ff54de432fe77b95d0 [diff] |
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>