commit | 793b8bf9ca17aee3b995c095058e6c4e7bd72e02 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Sep 16 21:21:50 2015 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Sep 21 17:27:08 2015 +1000 |
tree | 2a41a91eb56d7993880f8a54d6823b4501569b4f | |
parent | 1f93e4a96c9109378204c147b3eec0d0e8100fde [diff] [blame] |
powerpc: Wire up sys_membarrier() The selftest passes on 64-bit LE & BE, and 32-bit. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index 4d65499..126d0c4 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h
@@ -369,3 +369,4 @@ COMPAT_SYS(execveat) PPC64ONLY(switch_endian) SYSCALL_SPU(userfaultfd) +SYSCALL_SPU(membarrier)