commit | 0ab4c02ddae2e1d32d686a7773608f6c44fb2a83 | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Wed Jul 06 11:25:18 2011 +0100 |
committer | Tixy <tixy@medhuaa1.miniserver.com> | Wed Jul 13 17:32:41 2011 +0000 |
tree | c4555d94262d496fa129a39b02c08d89d135412c | |
parent | 221bf15ffd2ad6cdc624aa4274f706499501c123 [diff] |
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 <tixy@yxit.co.uk> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>