]> git.baikalelectronics.ru Git - kernel.git/commit
x86-64, ia32: Drop sys32_rt_sigprocmask
authorH. Peter Anvin <hpa@zytor.com>
Sun, 19 Feb 2012 17:48:01 +0000 (09:48 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:48:49 +0000 (12:48 -0800)
commit6ba1e9efe14ed2c96349dcda0a628298ebb8bd44
treeba16b98dae0ae8b1972e4843ba780af43bfc9674
parentf8b085aaed2443c9a05b39d5d964aa6b4e41b5d7
x86-64, ia32: Drop sys32_rt_sigprocmask

On x86, the only difference between sys_rt_sigprocmask and
sys32_rt_sigprocmask is the alignment of the data structures.
However, x86 allows data accesses with arbitrary alignment, and
therefore there is no reason for this code to be different.

Reported-by: Gregory M. Lueck <gregory.m.lueck@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/ia32/sys_ia32.c
arch/x86/include/asm/sys_ia32.h
arch/x86/syscalls/syscall_32.tbl