]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Fri, 28 Sep 2012 08:15:22 +0000 (17:15 +0900)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 21 Jan 2013 18:22:37 +0000 (13:22 -0500)
commitf684199f5de805ac50ea5bdec2b082882586a777
treed21c7f1cf379ea81d5b3d28b97ffff9fbde6d278
parente7dbfe349d12eabb7783b117e0c115f6f3d9ef9e
kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/

Move arch-dep kprobes stuff under arch/x86/kernel/kprobes.

Link: http://lkml.kernel.org/r/20120928081522.3560.75469.stgit@ltc138.sdl.hitachi.co.jp
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
[ fixed whitespace and s/__attribute__((packed))/__packed/ ]
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
arch/x86/kernel/Makefile
arch/x86/kernel/kprobes/Makefile [new file with mode: 0644]
arch/x86/kernel/kprobes/common.h [moved from arch/x86/kernel/kprobes-common.h with 100% similarity]
arch/x86/kernel/kprobes/core.c [moved from arch/x86/kernel/kprobes.c with 99% similarity]
arch/x86/kernel/kprobes/ftrace.c [moved from arch/x86/kernel/kprobes-ftrace.c with 98% similarity]
arch/x86/kernel/kprobes/opt.c [moved from arch/x86/kernel/kprobes-opt.c with 99% similarity]