diff options
| author | Michael Ellerman <mpe@ellerman.id.au> | 2015-09-16 07:21:50 -0400 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-09-21 03:27:08 -0400 |
| commit | 793b8bf9ca17aee3b995c095058e6c4e7bd72e02 (patch) | |
| tree | 2a41a91eb56d7993880f8a54d6823b4501569b4f /arch/powerpc/include/uapi | |
| parent | 1f93e4a96c9109378204c147b3eec0d0e8100fde (diff) | |
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>
Diffstat (limited to 'arch/powerpc/include/uapi')
| -rw-r--r-- | arch/powerpc/include/uapi/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/unistd.h b/arch/powerpc/include/uapi/asm/unistd.h index 6ad58d4c879b..6337738018aa 100644 --- a/arch/powerpc/include/uapi/asm/unistd.h +++ b/arch/powerpc/include/uapi/asm/unistd.h | |||
| @@ -387,5 +387,6 @@ | |||
| 387 | #define __NR_execveat 362 | 387 | #define __NR_execveat 362 |
| 388 | #define __NR_switch_endian 363 | 388 | #define __NR_switch_endian 363 |
| 389 | #define __NR_userfaultfd 364 | 389 | #define __NR_userfaultfd 364 |
| 390 | #define __NR_membarrier 365 | ||
| 390 | 391 | ||
| 391 | #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */ | 392 | #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */ |
