commit | b713da69e4c91d9addada4e58d26df1c9b5cd840 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 09 15:53:17 2017 -0400 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Mon Jan 15 17:40:31 2018 -0600 |
tree | 3deb6d1cbf4106e07097754268eacef3386a1319 | |
parent | 4795477b2365e51c2eb5b8db65385b19ab2e0bbf [diff] |
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>