From: H. Peter Anvin Date: Sun, 19 Feb 2012 17:48:01 +0000 (-0800) Subject: x86-64, ia32: Drop sys32_rt_sigprocmask X-Git-Tag: v3.4-rc1~33^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c73ce734653f96542a070f3c3b3e3d1cd0fba02;p=pandora-kernel.git 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 Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed