commit | a34236155afb1cc41945e58388ac988431bcb0b8 | [log] [tgz] |
---|---|---|
author | Sam bobroff <sam.bobroff@au1.ibm.com> | Tue Oct 13 12:49:28 2015 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Oct 15 20:31:57 2015 +1100 |
tree | 4d63e6549a20694883ca3cf4326f885712792044 | |
parent | f7688056cba1a69b1bd595465cd203e20da420e0 [diff] |
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>