From: Oleg Nesterov Date: Tue, 22 Apr 2014 14:20:55 +0000 (+0200) Subject: uprobes/x86: Move default_xol_ops's data into arch_uprobe->def X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~14^2~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97aa5cddbe9e01521137f337624469374e3cbde5;p=pandora-kernel.git 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 Reviewed-by: Jim Keniston --- Reading git-diff-tree failed