kernel/arch/x86/include/uapi/asm/siginfo.h
.. .. @@ -7,8 +7,6 @@ 7 7 typedef long long __kernel_si_clock_t __attribute__((aligned(4))); 8 8 # define __ARCH_SI_CLOCK_T __kernel_si_clock_t 9 9 # define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8))) 10 -# else /* x86-64 */11 -# define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))12 10 # endif 13 11 #endif 14 12