commit | 97aa5cddbe9e01521137f337624469374e3cbde5 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Tue Apr 22 16:20:55 2014 +0200 |
committer | Oleg Nesterov <oleg@redhat.com> | Wed Apr 30 19:10:37 2014 +0200 |
tree | 6a813750457cd69b24e2ef46edf7db198dd99578 | |
parent | 220ef8dc9a7a63fe202aacd3fc61e5104f6dd98c [diff] |
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>