linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] allow vmsplice to work in 32-bit mode on ppc64
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2007-04-05  2:02 UTC (permalink / raw)
  To: Don Zickus; +Cc: linuxppc-dev, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

On Wed, 4 Apr 2007 13:25:19 -0400 Don Zickus <dzickus@redhat.com> wrote:
>
> 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>

Obviously noone uses vmsplice from 32bit processes on ppc64 :-)
--
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[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).