diff options
author | Sam bobroff <sam.bobroff@au1.ibm.com> | 2015-10-13 03:49:28 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-10-15 11:31:57 +0200 |
commit | a34236155afb1cc41945e58388ac988431bcb0b8 (patch) | |
tree | 4d63e6549a20694883ca3cf4326f885712792044 /arch/powerpc/include/asm/unistd.h | |
parent | powerpc/pseries: Drop always true CONFIG_PSERIES_MSI (diff) | |
download | linux-a34236155afb1cc41945e58388ac988431bcb0b8.tar.xz linux-a34236155afb1cc41945e58388ac988431bcb0b8.zip |
powerpc: Individual System V IPC system calls
This patch provides individual system call numbers for the following
System V IPC system calls, on PowerPC, so that they do not need to be
multiplexed:
* semop, semget, semctl, semtimedop
* msgsnd, msgrcv, msgget, msgctl
* shmat, shmdt, shmget, shmctl
Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/unistd.h')
-rw-r--r-- | arch/powerpc/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/unistd.h b/arch/powerpc/include/asm/unistd.h index 13411be86041..6d8f8023ac27 100644 --- a/arch/powerpc/include/asm/unistd.h +++ b/arch/powerpc/include/asm/unistd.h @@ -12,7 +12,7 @@ #include <uapi/asm/unistd.h> -#define __NR_syscalls 366 +#define __NR_syscalls 378 #define __NR__exit __NR_exit #define NR_syscalls __NR_syscalls |