From: Oleg Nesterov Date: Sun, 30 Sep 2012 18:11:45 +0000 (+0200) Subject: uprobes: Introduce prepare_uprobe() X-Git-Tag: v3.7-rc3~40^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb9a19fe4aa51afa34786bd383e6614fa0083d58;p=pandora-kernel.git uprobes: Introduce prepare_uprobe() Preparation. Extract the copy_insn/arch_uprobe_analyze_insn code from install_breakpoint() into the new helper, prepare_uprobe(). And move uprobe->flags defines from uprobes.h to uprobes.c, nobody else can use them anyway. Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju --- Reading git-diff-tree failed