Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Don Zickus <dzickus@redhat.com>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Don Zickus and committed by
Linus Torvalds
c4b7e875 6f29e35e

+1 -1
+1 -1
include/asm-powerpc/systbl.h
··· 288 288 SYSCALL_SPU(unshare) 289 289 SYSCALL_SPU(splice) 290 290 SYSCALL_SPU(tee) 291 - SYSCALL_SPU(vmsplice) 291 + COMPAT_SYS_SPU(vmsplice) 292 292 COMPAT_SYS_SPU(openat) 293 293 SYSCALL_SPU(mkdirat) 294 294 SYSCALL_SPU(mknodat)