[PATCH v3 07/15] ARM: Remove use of struct kprobe from generic probes code

2013-11-26 Thread David Long
From: "David A. Long" Change the generic ARM probes code to pass in the opcode and architecture-specific structure separately instead of using struct kprobe, so we do not pollute code being used only for uprobes or other non-kprobes instruction interpretation. Signed-off-by: David A. Long ---

[PATCH v3 07/15] ARM: Remove use of struct kprobe from generic probes code

2013-11-26 Thread David Long
From: David A. Long dave.l...@linaro.org Change the generic ARM probes code to pass in the opcode and architecture-specific structure separately instead of using struct kprobe, so we do not pollute code being used only for uprobes or other non-kprobes instruction interpretation. Signed-off-by: