x86: signal: introduce do_rt_sigreturn()
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Sat, 13 Sep 2008 00:03:31 +0000 (17:03 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 14 Sep 2008 13:35:52 +0000 (15:35 +0200)
commite6babb6b7fed93c93f8fc5ef8ebd3a474fc2df3e
treeb023487fb2b29e22663c69afc065c7a26f958760
parent2ba48e16e78216bb5b9fd08a088bfefda478df25
x86: signal: introduce do_rt_sigreturn()

introduce do_rt_sigreturn(), to collect common part of sys_rt_sigreturn().

No change in functionality intended.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/signal_32.c
arch/x86/kernel/signal_64.c