hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/x86/include/asm/sigframe.h
....@@ -33,11 +33,7 @@
3333 * legacy application accessing/modifying it.
3434 */
3535 struct _fpstate_32 fpstate_unused;
36
-#ifdef CONFIG_IA32_EMULATION
37
- unsigned int extramask[_COMPAT_NSIG_WORDS-1];
38
-#else /* !CONFIG_IA32_EMULATION */
39
- unsigned long extramask[_NSIG_WORDS-1];
40
-#endif /* CONFIG_IA32_EMULATION */
36
+ unsigned int extramask[1];
4137 char retcode[8];
4238 /* fp state follows here */
4339 };