arch/x86/kernel/kprobes_32.c
deleted100644 → 0
+0
−848
File deleted.
Preview size limit exceeded, changes collapsed.
+98
−5
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>
File deleted.
Preview size limit exceeded, changes collapsed.