aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDon Zickus <[email protected]>2007-04-16 22:53:12 -0700
committerLinus Torvalds <[email protected]>2007-04-17 16:36:26 -0700
commitc4b7e8754e3198eb5392568e523da6440143c2cd (patch)
tree95af9b699851d63fe4d6487d193a71b4037893c3 /include
parent6f29e35e2d4cdbc3e8785982314e54ec5df4ad37 (diff)
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 <[email protected]> Acked-by: Stephen Rothwell <[email protected]> Acked-by: Paul Mackerras <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/systbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/systbl.h b/include/asm-powerpc/systbl.h
index 8d853c554631..0b00068313f9 100644
--- a/include/asm-powerpc/systbl.h
+++ b/include/asm-powerpc/systbl.h
@@ -288,7 +288,7 @@ COMPAT_SYS(ppoll)
SYSCALL_SPU(unshare)
SYSCALL_SPU(splice)
SYSCALL_SPU(tee)
-SYSCALL_SPU(vmsplice)
+COMPAT_SYS_SPU(vmsplice)
COMPAT_SYS_SPU(openat)
SYSCALL_SPU(mkdirat)
SYSCALL_SPU(mknodat)