signal: unify compat_siginfo_t
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 9 Jul 2017 19:53:17 +0000 (15:53 -0400)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 15 Jan 2018 23:40:31 +0000 (17:40 -0600)
commitb713da69e4c91d9addada4e58d26df1c9b5cd840
tree3deb6d1cbf4106e07097754268eacef3386a1319
parent4795477b2365e51c2eb5b8db65385b19ab2e0bbf
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>
arch/arm64/include/asm/compat.h
arch/mips/include/asm/compat.h
arch/parisc/include/asm/compat.h
arch/powerpc/include/asm/compat.h
arch/s390/include/asm/compat.h
arch/sparc/include/asm/compat.h
arch/tile/include/asm/compat.h
arch/x86/include/asm/compat.h
arch/x86/kernel/signal_compat.c
include/linux/compat.h