uprobes/x86: Introduce push_ret_address()
authorOleg Nesterov <oleg@redhat.com>
Thu, 24 Apr 2014 17:21:38 +0000 (19:21 +0200)
committerOleg Nesterov <oleg@redhat.com>
Wed, 30 Apr 2014 17:10:38 +0000 (19:10 +0200)
Extract the "push return address" code from branch_emulate_op() into
the new simple helper, push_ret_address(). It will have more users.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
arch/x86/kernel/uprobes.c

Simple merge