commit | 8bc9e33848f7491d124e11b2c79430d45e0d8545 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sat Jan 13 19:02:46 2018 -0600 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Mon Jan 15 17:42:34 2018 -0600 |
tree | 36ffe30ef2bacc464997acfb10bb91ace5934810 | |
parent | ac54058d778b766dbdf576f5e30122652378ae98 [diff] |
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>