diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-07-09 21:53:17 +0200 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2018-01-16 00:40:31 +0100 |
commit | b713da69e4c91d9addada4e58d26df1c9b5cd840 (patch) | |
tree | 3deb6d1cbf4106e07097754268eacef3386a1319 /lib | |
parent | signal: kill __ARCH_SI_UID_T (diff) | |
download | linux-b713da69e4c91d9addada4e58d26df1c9b5cd840.tar.xz linux-b713da69e4c91d9addada4e58d26df1c9b5cd840.zip |
signal: unify compat_siginfo_t
--EWB Added #ifdef CONFIG_X86_X32_ABI to arch/x86/kernel/signal_compat.c
Changed #ifdef CONFIG_X86_X32 to #ifdef CONFIG_X86_X32_ABI in
linux/compat.h
CONFIG_X86_X32 is set when the user requests X32 support.
CONFIG_X86_X32_ABI is set when the user requests X32 support
and the tool-chain has X32 allowing X32 support to be built.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions