summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/siginfo_64.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-07-27 17:09:02 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-27 17:09:02 -0700
commit5cfc17766685c79d1a348bce24af9c9dbc0d8d67 (patch)
treefa45f52df9ef673ae04894c00d8753f2845cb94f /arch/sparc/include/asm/siginfo_64.h
parentc9272c4f9fbe2087beb3392f526dc5b19efaa56b (diff)
parenta1bd021e56fff91cc9354ffb232fd9f0f577099c (diff)
downloadtalos-obmc-linux-5cfc17766685c79d1a348bce24af9c9dbc0d8d67.tar.gz
talos-obmc-linux-5cfc17766685c79d1a348bce24af9c9dbc0d8d67.zip
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/sparc
Diffstat (limited to 'arch/sparc/include/asm/siginfo_64.h')
-rw-r--r--arch/sparc/include/asm/siginfo_64.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/siginfo_64.h b/arch/sparc/include/asm/siginfo_64.h
new file mode 100644
index 000000000000..c96e6c30f8b0
--- /dev/null
+++ b/arch/sparc/include/asm/siginfo_64.h
@@ -0,0 +1,32 @@
+#ifndef _SPARC64_SIGINFO_H
+#define _SPARC64_SIGINFO_H
+
+#define SI_PAD_SIZE32 ((SI_MAX_SIZE/sizeof(int)) - 3)
+
+#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
+#define __ARCH_SI_TRAPNO
+#define __ARCH_SI_BAND_T int
+
+#include <asm-generic/siginfo.h>
+
+#ifdef __KERNEL__
+
+#include <linux/compat.h>
+
+#ifdef CONFIG_COMPAT
+
+struct compat_siginfo;
+
+#endif /* CONFIG_COMPAT */
+
+#endif /* __KERNEL__ */
+
+#define SI_NOINFO 32767 /* no information in siginfo_t */
+
+/*
+ * SIGEMT si_codes
+ */
+#define EMT_TAGOVF (__SI_FAULT|1) /* tag overflow */
+#define NSIGEMT 1
+
+#endif
OpenPOWER on IntegriCloud