> diff --git a/arch/x86/entry/syscall_32.c b/arch/x86/entry/syscall_32.c > index 3777189..e398d03 100644 > --- a/arch/x86/entry/syscall_32.c > +++ b/arch/x86/entry/syscall_32.c > @@ -10,7 +10,7 @@ > #else > #define SYM(sym, compat) sym > #define ia32_sys_call_table sys_call_table > -#define __NR_ia32_syscall_max __NR_syscall_max > +#define __NR_entry_INT80_compat_max __NR_syscall_max > #endif This change doesn't look intended. __NR_ia32_syscall_max is used by all compat entry points, not just INT80, -- Brian Gerst -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |