uprobes/x86: Move default_xol_ops's data into arch_uprobe->def
authorOleg Nesterov <oleg@redhat.com>
Tue, 22 Apr 2014 14:20:55 +0000 (16:20 +0200)
committerOleg Nesterov <oleg@redhat.com>
Wed, 30 Apr 2014 17:10:37 +0000 (19:10 +0200)
commit97aa5cddbe9e01521137f337624469374e3cbde5
tree6a813750457cd69b24e2ef46edf7db198dd99578
parent220ef8dc9a7a63fe202aacd3fc61e5104f6dd98c
uprobes/x86: Move default_xol_ops's data into arch_uprobe->def

Finally we can move arch_uprobe->fixups/rip_rela_target_address
into the new "def" struct and place this struct in the union, they
are only used by default_xol_ops paths.

The patch also renames rip_rela_target_address to riprel_target just
to make this name shorter.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Reviewed-by: Jim Keniston <jkenisto@us.ibm.com>
arch/x86/include/asm/uprobes.h
arch/x86/kernel/uprobes.c