diff options
Diffstat (limited to 'arch/arm/kernel/kprobes-decode.c')
-rw-r--r-- | arch/arm/kernel/kprobes-decode.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/kernel/kprobes-decode.c b/arch/arm/kernel/kprobes-decode.c index fb818976f4cb..b81fbfb33151 100644 --- a/arch/arm/kernel/kprobes-decode.c +++ b/arch/arm/kernel/kprobes-decode.c | |||
@@ -956,11 +956,6 @@ space_1111(kprobe_opcode_t insn, struct arch_specific_insn *asi) | |||
956 | } | 956 | } |
957 | 957 | ||
958 | /* SETEND : 1111 0001 0000 0001 xxxx xxxx 0000 xxxx */ | 958 | /* SETEND : 1111 0001 0000 0001 xxxx xxxx 0000 xxxx */ |
959 | if ((insn & 0xffff00f0) == 0xf1010000) { | ||
960 | asi->insn[0] = insn; | ||
961 | asi->insn_handler = emulate_none; | ||
962 | return INSN_GOOD; | ||
963 | } | ||
964 | 959 | ||
965 | /* Coprocessor instructions... */ | 960 | /* Coprocessor instructions... */ |
966 | /* MCRR2 : 1111 1100 0100 xxxx xxxx xxxx xxxx xxxx : (Rd != Rn) */ | 961 | /* MCRR2 : 1111 1100 0100 xxxx xxxx xxxx xxxx xxxx : (Rd != Rn) */ |