aboutsummaryrefslogtreecommitdiff
path: root/include/asm-alpha/siginfo.h
diff options
context:
space:
mode:
authorGravatar Stephen Rothwell <sfr@canb.auug.org.au> 2005-05-01 08:59:08 -0700
committerGravatar Linus Torvalds <torvalds@ppc970.osdl.org> 2005-05-01 08:59:08 -0700
commita71c1ab50a2a0f4dd9834bf5a917a2f064535c6b (patch)
tree063bdb02b335f2c5b38f9e503434fa5fbf0106c4 /include/asm-alpha/siginfo.h
parent[PATCH] hangcheck-timer: Update to 0.9.0. (diff)
downloadlinux-a71c1ab50a2a0f4dd9834bf5a917a2f064535c6b.tar.gz
linux-a71c1ab50a2a0f4dd9834bf5a917a2f064535c6b.tar.bz2
linux-a71c1ab50a2a0f4dd9834bf5a917a2f064535c6b.zip
[PATCH] consolidate SIGEV_PAD_SIZE
Discussing with Matthew Wilcox some of his outstanding patches lead me to this patch (among others). The preamble in struct sigevent can be expressed independently of the architecture. Also use __ARCH_SI_PREAMBLE_SIZE on ia64. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-alpha/siginfo.h')
-rw-r--r--include/asm-alpha/siginfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-alpha/siginfo.h b/include/asm-alpha/siginfo.h
index 86bcab59c52b..9822362a8424 100644
--- a/include/asm-alpha/siginfo.h
+++ b/include/asm-alpha/siginfo.h
@@ -4,8 +4,6 @@
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
#define __ARCH_SI_TRAPNO
-#define SIGEV_PAD_SIZE ((SIGEV_MAX_SIZE/sizeof(int)) - 4)
-
#include <asm-generic/siginfo.h>
#endif