]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: merge sys_rt_sigreturn between 32 and 64 bits
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 12 Feb 2009 00:31:40 +0000 (16:31 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 12 Feb 2009 00:31:40 +0000 (16:31 -0800)
commit744525092727827a9cf0044074db3e22dcf354fd
tree5079407a2fd7ad3cc5ab79976404916bd88808ea
parentb12bdaf11f935d7be030207e3c77faeaeab8ded3
x86: merge sys_rt_sigreturn between 32 and 64 bits

Impact: cleanup

With the recent changes in the 32-bit code to make system calls which
use struct pt_regs take a pointer, sys_rt_sigreturn() have become
identical between 32 and 64 bits, and both are empty wrappers around
do_rt_sigreturn().  Remove both wrappers and rename both to
sys_rt_sigreturn().

Cc: Brian Gerst <brgerst@gmail.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/syscalls.h
arch/x86/kernel/signal.c