[PATCH v3 08/15] ARM: Use new opcode type in ARM kprobes/uprobes code

2013-11-26 Thread David Long
From: "David A. Long" For any ARM kprobes/uprobes code interfacing to the generic ARM probes code use a new probes_opcode_t type to avoid a dependency on kprobes definitions. Signed-off-by: David A. Long --- arch/arm/include/asm/probes.h| 7 ++-- arch/arm/kernel/kprobes-arm.c| 16

[PATCH v3 08/15] ARM: Use new opcode type in ARM kprobes/uprobes code

2013-11-26 Thread David Long
From: David A. Long dave.l...@linaro.org For any ARM kprobes/uprobes code interfacing to the generic ARM probes code use a new probes_opcode_t type to avoid a dependency on kprobes definitions. Signed-off-by: David A. Long dave.l...@linaro.org --- arch/arm/include/asm/probes.h| 7 ++--