From: H. Peter Anvin Date: Sun, 19 Feb 2012 17:41:09 +0000 (-0800) Subject: x32: Signal-related system calls X-Git-Tag: v3.4-rc1~33^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5a373942bbc41698724fc948c74f959f73407e5;p=pandora-kernel.git x32: Signal-related system calls x32 uses the 64-bit signal frame format, obviously, but there are some structures which mixes that with pointers or sizeof(long) types, as such we have to create a handful of system calls specific to x32. By and large these are a mixture of the 64-bit and the compat system calls. Originally-by: H. J. Lu Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed