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)
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

Simple merge
Simple merge