diff options
author | Luck, Tony <tony.luck@intel.com> | 2015-09-15 23:50:18 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-16 02:22:45 +0300 |
commit | 865ca084fdc68cd9b658da4b098008278da8fed3 (patch) | |
tree | 03a2712123f6b9ec9971feadb9839a1532146f36 /arch/ia64/include/asm/unistd.h | |
parent | 09a77a885233e2a20dac2635a79c83ccf50a26a1 (diff) | |
download | linux-865ca084fdc68cd9b658da4b098008278da8fed3.tar.xz |
ia64: Enable userfaultfd and membarrier system calls
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/ia64/include/asm/unistd.h')
-rw-r--r-- | arch/ia64/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/unistd.h b/arch/ia64/include/asm/unistd.h index 95c39b95e97e..99c96a5e6016 100644 --- a/arch/ia64/include/asm/unistd.h +++ b/arch/ia64/include/asm/unistd.h @@ -11,7 +11,7 @@ -#define NR_syscalls 319 /* length of syscall table */ +#define NR_syscalls 321 /* length of syscall table */ /* * The following defines stop scripts/checksyscalls.sh from complaining about |