ARM: Rename the shared kprobes/uprobe return value enum
Change the name of kprobes_insn to probes_insn so it can be shared between kprobes and uprobes without confusion. Signed-off-by: David A. Long <dave.long@linaro.org> Acked-by: Jon Medhurst <tixy@linaro.org>
This commit is contained in:
@@ -723,7 +723,7 @@ static void __kprobes arm_singlestep(probes_opcode_t insn,
|
||||
* if the work was put into it, but low return considering they
|
||||
* should also be very rare.
|
||||
*/
|
||||
enum kprobe_insn __kprobes
|
||||
enum probes_insn __kprobes
|
||||
arm_kprobe_decode_insn(probes_opcode_t insn, struct arch_specific_insn *asi,
|
||||
const union decode_action *actions)
|
||||
{
|
||||
|
Reference in New Issue
Block a user