forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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