]> asedeno.scripts.mit.edu Git - linux.git/commit
signal/frv: Move the frv specific si_codes to asm-generic/siginfo.h
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 14 Jan 2018 01:02:46 +0000 (19:02 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 15 Jan 2018 23:42:34 +0000 (17:42 -0600)
commit8bc9e33848f7491d124e11b2c79430d45e0d8545
tree36ffe30ef2bacc464997acfb10bb91ace5934810
parentac54058d778b766dbdf576f5e30122652378ae98
signal/frv: Move the frv 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 merce the frv specific si_codes
into uapi/asm-generic/siginfo.h

This allows the removal of arch/frv/uapi/include/asm/siginfo.h as the last
last meaningful definition it held was FPE_MDAOVF.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/frv/include/uapi/asm/Kbuild
arch/frv/include/uapi/asm/siginfo.h [deleted file]
include/uapi/asm-generic/siginfo.h