]> git.baikalelectronics.ru Git - kernel.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)
commita75d9c1160864585c5827235c744aaefea934a05
treed21c7f1cf379ea81d5b3d28b97ffff9fbde6d278
parented687ec84f3f7fd4e921c4f91781d8280b5a45ac
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-common.h [deleted file]
arch/x86/kernel/kprobes-ftrace.c [deleted file]
arch/x86/kernel/kprobes-opt.c [deleted file]
arch/x86/kernel/kprobes.c [deleted file]
arch/x86/kernel/kprobes/Makefile [new file with mode: 0644]
arch/x86/kernel/kprobes/common.h [new file with mode: 0644]
arch/x86/kernel/kprobes/core.c [new file with mode: 0644]
arch/x86/kernel/kprobes/ftrace.c [new file with mode: 0644]
arch/x86/kernel/kprobes/opt.c [new file with mode: 0644]