diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-09 20:30:06 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-27 11:02:19 +0100 |
commit | f7bbd12a4b7e088f53f20dd31019984459699fb9 (patch) | |
tree | a8327d113d3485972c5f14a70910e410ae9ec039 /arch/m68k/include/asm/unistd.h | |
parent | cac7f2429872d3733dc3f9915857b1691da2eb2f (diff) | |
download | linux-stable-f7bbd12a4b7e088f53f20dd31019984459699fb9.tar.gz linux-stable-f7bbd12a4b7e088f53f20dd31019984459699fb9.tar.bz2 linux-stable-f7bbd12a4b7e088f53f20dd31019984459699fb9.zip |
m68k: Wire up bpf
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Diffstat (limited to 'arch/m68k/include/asm/unistd.h')
-rw-r--r-- | arch/m68k/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h index 4ef7a54813e6..75e75d7b1702 100644 --- a/arch/m68k/include/asm/unistd.h +++ b/arch/m68k/include/asm/unistd.h @@ -4,7 +4,7 @@ #include <uapi/asm/unistd.h> -#define NR_syscalls 354 +#define NR_syscalls 355 #define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_STAT |