From: David A. Long Date: Fri, 7 Mar 2014 16:19:32 +0000 (-0500) Subject: ARM: Remove use of struct kprobe from generic probes code X-Git-Tag: v3.15-rc1~82^2^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7579f4b3764337b39087d10496af0e741cbfe570;p=pandora-kernel.git ARM: Remove use of struct kprobe from generic probes code 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 Acked-by: Jon Medhurst --- Reading git-diff-tree failed