aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/syscall_table.S
diff options
context:
space:
mode:
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>2015-09-07 12:15:51 -0400
committerHelge Deller <deller@gmx.de>2015-10-22 15:44:13 +0200
commitb6096755f43c443101e6f5d3acc74efa746cb4ec (patch)
treed4f4cc51b7796f97fba8df61c1269ec48d25564d /arch/parisc/kernel/syscall_table.S
parentLinux 4.3-rc6 (diff)
downloadlinux-dev-b6096755f43c443101e6f5d3acc74efa746cb4ec.tar.xz
linux-dev-b6096755f43c443101e6f5d3acc74efa746cb4ec.zip
parisc: allocate sys_membarrier system call number
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Tested-by: Helge Deller <deller@gmx.de> CC: Andrew Morton <akpm@linux-foundation.org> CC: linux-api@vger.kernel.org CC: "James E.J. Bottomley" <jejb@parisc-linux.org> CC: linux-parisc@vger.kernel.org Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/syscall_table.S')
-rw-r--r--arch/parisc/kernel/syscall_table.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S
index 8eefb12d1d33..4e779912ec4e 100644
--- a/arch/parisc/kernel/syscall_table.S
+++ b/arch/parisc/kernel/syscall_table.S
@@ -438,6 +438,7 @@
ENTRY_SAME(memfd_create) /* 340 */
ENTRY_SAME(bpf)
ENTRY_COMP(execveat)
+ ENTRY_SAME(membarrier)
.ifne (. - 90b) - (__NR_Linux_syscalls * (91b - 90b))