signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.h
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 14 Jan 2018 00:25:09 +0000 (18:25 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 15 Jan 2018 23:42:35 +0000 (17:42 -0600)
commit71ee78d538a7bcb7a876dcbd65eb73627425df6f
tree8f68f79851b83c3b1f28c9a523cbd4126ea7cccd
parent753e5a8543dae136142751961bb18ff25b0062dc
signal/blackfin: Move the blackfin 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 blackfin specific si_codes
into uapi/asm-generic/siginfo.h

Update copy_siginfo_to_user to copy with the absence of BUS_MCEERR_AR that blackfin
defines to be something else.

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