* [PATCH] allow vmsplice to work in 32-bit mode on ppc64
@ 2007-04-04 17:25 Don Zickus
2007-04-05 2:02 ` Stephen Rothwell
0 siblings, 1 reply; 2+ messages in thread
From: Don Zickus @ 2007-04-04 17:25 UTC (permalink / raw)
To: linux-kernel; +Cc: linuxppc-dev
Trivial change to pass vmsplice arguments through the compat layer on
pp64.
Signed-off-by: Don Zickus <dzickus@redhat.com>
diff --git a/include/asm-powerpc/systbl.h b/include/asm-powerpc/systbl.h
index 8d853c5..0b00068 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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-05 2:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-04 17:25 [PATCH] allow vmsplice to work in 32-bit mode on ppc64 Don Zickus
2007-04-05 2:02 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).