x86/kprobes: Split out optprobe related code to kprobes-opt.c
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Mon, 5 Mar 2012 13:32:22 +0000 (22:32 +0900)
committerIngo Molnar <mingo@elte.hu>
Tue, 6 Mar 2012 08:49:49 +0000 (09:49 +0100)
commit3f33ab1c0c741bfab2138c14ba1918a7905a1e8b
treea6f299846bf2345af4e43edc6659851e81ee58d5
parent464846888d9aad186cab3acdae6b654f9eb19772
x86/kprobes: Split out optprobe related code to kprobes-opt.c

Split out optprobe related code to arch/x86/kernel/kprobes-opt.c
for maintenanceability.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Suggested-by: Ingo Molnar <mingo@elte.hu>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: yrl.pp-manager.tt@hitachi.com
Cc: systemtap@sourceware.org
Cc: anderson@redhat.com
Link: http://lkml.kernel.org/r/20120305133222.5982.54794.stgit@localhost.localdomain
[ Tidied up the code a tiny bit ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/kprobes-common.h [new file with mode: 0644]
arch/x86/kernel/kprobes-opt.c [new file with mode: 0644]
arch/x86/kernel/kprobes.c