summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/siginfo.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-09-05 18:56:57 +0200
committerIngo Molnar <mingo@elte.hu>2008-09-05 18:56:57 +0200
commit616ad8c44281c0c6711a72b560e01ec335ff27e0 (patch)
tree0a20453ffedb09db6fb41a0c2208ccc2c7751d3a /arch/alpha/include/asm/siginfo.h
parentx86: make sparsemem more available (diff)
parentforgotten refcount on sysctl root table (diff)
downloadlinux-616ad8c44281c0c6711a72b560e01ec335ff27e0.tar.xz
linux-616ad8c44281c0c6711a72b560e01ec335ff27e0.zip
Merge branch 'linus' into x86/defconfig
Diffstat (limited to 'arch/alpha/include/asm/siginfo.h')
-rw-r--r--arch/alpha/include/asm/siginfo.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/siginfo.h b/arch/alpha/include/asm/siginfo.h
new file mode 100644
index 000000000000..9822362a8424
--- /dev/null
+++ b/arch/alpha/include/asm/siginfo.h
@@ -0,0 +1,9 @@
+#ifndef _ALPHA_SIGINFO_H
+#define _ALPHA_SIGINFO_H
+
+#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
+#define __ARCH_SI_TRAPNO
+
+#include <asm-generic/siginfo.h>
+
+#endif