[PATCH] tmpfs: fix mount mpol nodelist parsing
[linux-2.6.22.y-op.git] / include / asm-sparc64 / siginfo.h
blobdf17e47abc1c49f918aa9bd3bf809292d5e8c728
1 #ifndef _SPARC64_SIGINFO_H
2 #define _SPARC64_SIGINFO_H
4 #define SI_PAD_SIZE32 ((SI_MAX_SIZE/sizeof(int)) - 3)
6 #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
7 #define __ARCH_SI_TRAPNO
8 #define __ARCH_SI_BAND_T int
10 #include <asm-generic/siginfo.h>
12 #ifdef __KERNEL__
14 #include <linux/config.h>
15 #include <linux/compat.h>
17 #ifdef CONFIG_COMPAT
19 struct compat_siginfo;
21 #endif /* CONFIG_COMPAT */
23 #endif /* __KERNEL__ */
25 #define SI_NOINFO 32767 /* no information in siginfo_t */
28 * SIGEMT si_codes
30 #define EMT_TAGOVF (__SI_FAULT|1) /* tag overflow */
31 #define NSIGEMT 1
33 #endif