forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/arch/x86/include/uapi/asm/siginfo.h
....@@ -7,8 +7,6 @@
77 typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
88 # define __ARCH_SI_CLOCK_T __kernel_si_clock_t
99 # define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
10
-# else /* x86-64 */
11
-# define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
1210 # endif
1311 #endif
1412