aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2018-04-18 19:15:59 -0500
committerEric W. Biederman <ebiederm@xmission.com>2018-10-03 16:42:13 +0200
commit018303a931a89b91dacd76140b8ebe51893dc5fe (patch)
treec8033044cf13b9ab8e2d5744363ccb6c4cbff236 /include/uapi
parentsignal/unicore32: Use force_sig_fault where appropriate (diff)
downloadlinux-dev-018303a931a89b91dacd76140b8ebe51893dc5fe.tar.xz
linux-dev-018303a931a89b91dacd76140b8ebe51893dc5fe.zip
signal/sparc: Move EMT_TAGOVF into the generic siginfo.h
When moving all of the architectures specific si_codes into siginfo.h, I apparently overlooked EMT_TAGOVF. Move it now. Remove the now redundant test in siginfo_layout for SIGEMT as now NSIGEMT is always defined. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/asm-generic/siginfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/asm-generic/siginfo.h b/include/uapi/asm-generic/siginfo.h
index 80e2a7227205..1811b8101937 100644
--- a/include/uapi/asm-generic/siginfo.h
+++ b/include/uapi/asm-generic/siginfo.h
@@ -286,6 +286,12 @@ typedef struct siginfo {
#define NSIGSYS 1
/*
+ * SIGEMT si_codes
+ */
+#define EMT_TAGOVF 1 /* tag overflow */
+#define NSIGEMT 1
+
+/*
* sigevent definitions
*
* It seems likely that SIGEV_THREAD will have to be handled from