forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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 };