From: Jon Medhurst Date: Wed, 6 Jul 2011 10:25:18 +0000 (+0100) Subject: ARM: kprobes: Add kprobes-common.c X-Git-Tag: v3.1-rc1~258^2^2~2^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab4c02ddae2e1d32d686a7773608f6c44fb2a83;p=pandora-kernel.git ARM: kprobes: Add kprobes-common.c This file will contain the instruction decoding and emulation code which is common to both ARM and Thumb instruction sets. For now, we will just move over condition_checks from kprobes-arm.c This table is also renamed to kprobe_condition_checks to avoid polluting the public namespace with a too generic name. Signed-off-by: Jon Medhurst Acked-by: Nicolas Pitre --- Reading git-diff-tree failed