From: Oleg Nesterov Date: Mon, 31 Mar 2014 16:35:09 +0000 (+0200) Subject: uprobes/x86: Gather "riprel" functions together X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~40^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20737c07a1063d681fe9fb86f3da369da1edab7;p=pandora-kernel.git uprobes/x86: Gather "riprel" functions together Cosmetic. Move pre_xol_rip_insn() and handle_riprel_post_xol() up to the closely related handle_riprel_insn(). This way it is simpler to read and understand this code, and this lessens the number of ifdef's. While at it, update the comment in handle_riprel_post_xol() as Jim suggested. TODO: rename them somehow to make the naming consistent. Signed-off-by: Oleg Nesterov Reviewed-by: Masami Hiramatsu Reviewed-by: Jim Keniston --- Reading git-diff-tree failed