x86: kprobes code for x86 unification
authorMasami Hiramatsu <mhiramat@redhat.com>
Wed, 30 Jan 2008 12:31:21 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:21 +0000 (13:31 +0100)
commitd6be29b871e285d33be0e3025929e2d6bcabb0c0
tree5dbcd8ef953d19e3978062d337c76e4fa103150b
parent8533bbe9f87b01f49ff951f665ea1988252fa3c2
x86: kprobes code for x86 unification

This patch unifies kprobes code.

- Unify kprobes_*.h to kprobes.h
- Unify kprobes_*.c to kprobes.c
  (Differences are separated by ifdefs)
 - Most differences are related to REX prefix and rip relatives.
 - Two inline assembly code are different.
 - One difference in kprobe_handlre()
 - One fixup exception code is different, but it will be unified
   if mm/extable_*.c are unified.
- Merge history logs into arch/x86/kernel/kprobes.c.

Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Signed-off-by: Jim Keniston <jkenisto@us.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/Makefile_32
arch/x86/kernel/Makefile_64
arch/x86/kernel/kprobes.c [moved from arch/x86/kernel/kprobes_64.c with 87% similarity]
arch/x86/kernel/kprobes_32.c [deleted file]
include/asm-x86/kprobes.h
include/asm-x86/kprobes_32.h [deleted file]
include/asm-x86/kprobes_64.h [deleted file]