Messages in this thread |  | | Date | Mon, 8 Jun 2015 09:46:14 -0400 | Subject | Re: [tip:x86/asm] x86/asm/entry: Rename compat syscall entry points | From | Brian Gerst <> |
| |
> 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
|  |