ARM: Remove use of struct kprobe from generic probes code
authorDavid A. Long <dave.long@linaro.org>
Fri, 7 Mar 2014 16:19:32 +0000 (11:19 -0500)
committerDavid A. Long <dave.long@linaro.org>
Tue, 18 Mar 2014 20:39:37 +0000 (16:39 -0400)
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 <dave.long@linaro.org>
Acked-by: Jon Medhurst <tixy@linaro.org>

No differences found