x32: Signal-related system calls
authorH. Peter Anvin <hpa@zytor.com>
Sun, 19 Feb 2012 17:41:09 +0000 (09:41 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:52:05 +0000 (12:52 -0800)
commitc5a373942bbc41698724fc948c74f959f73407e5
treeba475366552b7d7bc143c0e8fd31f8e73ae2b6ce
parenta96d692e9a559980f269f81c9b0b094220382186
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 <hjl.tools@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/entry_64.S
arch/x86/kernel/signal.c