signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.h
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 14 Jan 2018 00:57:14 +0000 (18:57 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 15 Jan 2018 23:42:33 +0000 (17:42 -0600)
commitac54058d778b766dbdf576f5e30122652378ae98
tree0d6649cbb36dd6e17477046e28d7f7f693abee39
parentad2b1ab57ddb9cd0a9e93aae8b5f3ca9a0c77f1d
signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.h

Having si_codes in many different files simply encourages duplicate
definitions that can cause problems later.  To avoid that merge the
ia64 specific si_codes into uapi/asm-generic/siginfo.h

Update the sanity checks in arch/x86/kernel/signal_compat.c to expect
the now lager NSIGILL and NSIGFPE.  As nothing excpe the larger count
is exposed on x86 no additional code needs to be updated.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/ia64/include/uapi/asm/siginfo.h
arch/x86/kernel/signal_compat.c
include/uapi/asm-generic/siginfo.h