Commit c4b7e875 authored by Don Zickus's avatar Don Zickus Committed by Linus Torvalds

allow vmsplice to work in 32-bit mode on ppc64

Trivial change to pass vmsplice arguments through the compat layer on
pp64.
Signed-off-by: default avatarDon Zickus <dzickus@redhat.com>
Acked-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Acked-by: default avatarPaul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6f29e35e
...@@ -288,7 +288,7 @@ COMPAT_SYS(ppoll) ...@@ -288,7 +288,7 @@ COMPAT_SYS(ppoll)
SYSCALL_SPU(unshare) SYSCALL_SPU(unshare)
SYSCALL_SPU(splice) SYSCALL_SPU(splice)
SYSCALL_SPU(tee) SYSCALL_SPU(tee)
SYSCALL_SPU(vmsplice) COMPAT_SYS_SPU(vmsplice)
COMPAT_SYS_SPU(openat) COMPAT_SYS_SPU(openat)
SYSCALL_SPU(mkdirat) SYSCALL_SPU(mkdirat)
SYSCALL_SPU(mknodat) SYSCALL_SPU(mknodat)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment