mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
[linux/fpc-iii.git] / arch / sparc / include / uapi / asm / siginfo.h
blob2d9b79ccaa50263be9582f6c317b7ab7bb96a948
1 #ifndef _UAPI__SPARC_SIGINFO_H
2 #define _UAPI__SPARC_SIGINFO_H
4 #if defined(__sparc__) && defined(__arch64__)
6 #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
7 #define __ARCH_SI_BAND_T int
9 #endif /* defined(__sparc__) && defined(__arch64__) */
12 #define __ARCH_SI_TRAPNO
14 #include <asm-generic/siginfo.h>
17 #define SI_NOINFO 32767 /* no information in siginfo_t */
20 * SIGEMT si_codes
22 #define EMT_TAGOVF (__SI_FAULT|1) /* tag overflow */
23 #define NSIGEMT 1
25 #endif /* _UAPI__SPARC_SIGINFO_H */