forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 };