hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/mips/include/uapi/asm/siginfo.h
....@@ -14,17 +14,6 @@
1414 #define __ARCH_SIGEV_PREAMBLE_SIZE (sizeof(long) + 2*sizeof(int))
1515 #undef __ARCH_SI_TRAPNO /* exception code needs to fill this ... */
1616
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
-
2817 #define __ARCH_HAS_SWAPPED_SIGINFO
2918
3019 #include <asm-generic/siginfo.h>