| .. | .. |
|---|
| 14 | 14 | #define __ARCH_SIGEV_PREAMBLE_SIZE (sizeof(long) + 2*sizeof(int)) |
|---|
| 15 | 15 | #undef __ARCH_SI_TRAPNO /* exception code needs to fill this ... */ |
|---|
| 16 | 16 | |
|---|
| 17 | | -/* |
|---|
| 18 | | - * Careful to keep union _sifields from shifting ... |
|---|
| 19 | | - */ |
|---|
| 20 | | -#if _MIPS_SZLONG == 32 |
|---|
| 21 | | -#define __ARCH_SI_PREAMBLE_SIZE (3 * sizeof(int)) |
|---|
| 22 | | -#elif _MIPS_SZLONG == 64 |
|---|
| 23 | | -#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) |
|---|
| 24 | | -#else |
|---|
| 25 | | -#error _MIPS_SZLONG neither 32 nor 64 |
|---|
| 26 | | -#endif |
|---|
| 27 | | - |
|---|
| 28 | 17 | #define __ARCH_HAS_SWAPPED_SIGINFO |
|---|
| 29 | 18 | |
|---|
| 30 | 19 | #include <asm-generic/siginfo.h> |
|---|