diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2018-01-13 17:41:02 -0600 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2018-01-15 17:42:35 -0600 |
commit | 753e5a8543dae136142751961bb18ff25b0062dc (patch) | |
tree | 394a40bc1c1a1b6354e4f0057841f2d6accd7bab /arch/tile | |
parent | 8bc9e33848f7491d124e11b2c79430d45e0d8545 (diff) | |
download | linux-753e5a8543dae136142751961bb18ff25b0062dc.tar.gz linux-753e5a8543dae136142751961bb18ff25b0062dc.tar.bz2 linux-753e5a8543dae136142751961bb18ff25b0062dc.zip |
signal/tile: Move the tile 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 tile specific si_codes
into uapi/asm-generic/siginfo.h
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/include/uapi/asm/siginfo.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/tile/include/uapi/asm/siginfo.h b/arch/tile/include/uapi/asm/siginfo.h index f234d24fff55..a812fcbf4267 100644 --- a/arch/tile/include/uapi/asm/siginfo.h +++ b/arch/tile/include/uapi/asm/siginfo.h @@ -24,12 +24,4 @@ #include <asm-generic/siginfo.h> -/* - * Additional Tile-specific SIGILL si_codes - */ -#define ILL_DBLFLT 9 /* double fault */ -#define ILL_HARDWALL 10 /* user networks hardwall violation */ -#undef NSIGILL -#define NSIGILL 10 - #endif /* _ASM_TILE_SIGINFO_H */ |