Hi, Ralf, It seems like this patch is missing during rebase. Huacai On Wed, Nov 12, 2014 at 1:47 PM, Huacai Chen <chenhc@xxxxxxxxxx> wrote: > Commit 5df4c8dbbc (MIPS: Wire up bpf syscall.) break the N32 build > because of a copy & paste error. > > Signed-off-by: Huacai Chen <chenhc@xxxxxxxxxx> > --- > arch/mips/include/uapi/asm/unistd.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/mips/include/uapi/asm/unistd.h b/arch/mips/include/uapi/asm/unistd.h > index 9dc5856..d001bb1 100644 > --- a/arch/mips/include/uapi/asm/unistd.h > +++ b/arch/mips/include/uapi/asm/unistd.h > @@ -1045,7 +1045,7 @@ > #define __NR_seccomp (__NR_Linux + 316) > #define __NR_getrandom (__NR_Linux + 317) > #define __NR_memfd_create (__NR_Linux + 318) > -#define __NR_memfd_create (__NR_Linux + 319) > +#define __NR_bpf (__NR_Linux + 319) > > /* > * Offset of the last N32 flavoured syscall > -- > 1.7.7.3 >