Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a917bb5 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras
Browse files

powerpc: Wire up preadv and pwritev



[paulus@samba.org: changed to use syscall numbers 320 and 321 since
 perf_counters is currently using 319.]

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 7ddb7ad1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -322,3 +322,6 @@ SYSCALL_SPU(epoll_create1)
SYSCALL_SPU(dup3)
SYSCALL_SPU(pipe2)
SYSCALL(inotify_init1)
SYSCALL(ni_syscall)
COMPAT_SYS_SPU(preadv)
COMPAT_SYS_SPU(pwritev)
+3 −1
Original line number Diff line number Diff line
@@ -341,10 +341,12 @@
#define __NR_dup3		316
#define __NR_pipe2		317
#define __NR_inotify_init1	318
#define __NR_preadv		320
#define __NR_pwritev		321

#ifdef __KERNEL__

#define __NR_syscalls		319
#define __NR_syscalls		322

#define __NR__exit __NR_exit
#define NR_syscalls	__NR_syscalls