ARM: kprobes: Split out internal parts of kprobes.h
authorJon Medhurst <tixy@yxit.co.uk>
Wed, 20 Apr 2011 09:52:38 +0000 (10:52 +0100)
committerTixy <tixy@medhuaa1.miniserver.com>
Wed, 13 Jul 2011 17:32:40 +0000 (17:32 +0000)
commit221bf15ffd2ad6cdc624aa4274f706499501c123
treeb4742d2b4cedda73e387b9ab9812a00a280e55ed
parent691b2ff294a4787f3e54f5bb541570ac74bcb6f4
ARM: kprobes: Split out internal parts of kprobes.h

Later, we will be adding a considerable amount of internal
implementation definitions to kprobe header files and it would be good
to have these in local header file along side the source code, rather
than pollute the existing header which is include by all users of
kprobes.

To this end, we add arch/arm/kernel/kprobes.h and move into this the
existing internal defintions from arch/arm/include/asm/kprobes.h

Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/include/asm/kprobes.h
arch/arm/kernel/kprobes-arm.c
arch/arm/kernel/kprobes.c
arch/arm/kernel/kprobes.h [new file with mode: 0644]