From: H. Peter Anvin Date: Thu, 12 Feb 2009 00:31:40 +0000 (-0800) Subject: x86: merge sys_rt_sigreturn between 32 and 64 bits X-Git-Tag: v2.6.30-rc1~2^2~50^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=744525092727827a9cf0044074db3e22dcf354fd;p=pandora-kernel.git 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 Cc: Tejun Heo Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed