]> git.karo-electronics.de Git - mv-sheeva.git/commit
ARM: kprobes: Add kprobes-common.c
authorJon Medhurst <tixy@yxit.co.uk>
Wed, 6 Jul 2011 10:25:18 +0000 (11:25 +0100)
committerTixy <tixy@medhuaa1.miniserver.com>
Wed, 13 Jul 2011 17:32:41 +0000 (17:32 +0000)
commit0ab4c02ddae2e1d32d686a7773608f6c44fb2a83
treec4555d94262d496fa129a39b02c08d89d135412c
parent221bf15ffd2ad6cdc624aa4274f706499501c123
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>
arch/arm/kernel/Makefile
arch/arm/kernel/kprobes-arm.c
arch/arm/kernel/kprobes-common.c [new file with mode: 0644]
arch/arm/kernel/kprobes.h