On 11/6/18 10:39 PM, Helge Deller wrote: > On parisc one needs to take care of the 32-bit calling conventions with > 64-bit syscall parameters on a 32-bit kernel. So on parisc we suffer > from the same issues like ARM, PowerPC and Xtensa. > > Signed-off-by: Helge Deller <deller@xxxxxx> Hello Helge, Patch applied. Cheers, Michael > > diff --git a/man2/syscall.2 b/man2/syscall.2 > index a35a90f2e..3f4d64c0f 100644 > --- a/man2/syscall.2 > +++ b/man2/syscall.2 > @@ -129,7 +129,7 @@ Care also must be taken so that the split follows endian conventions > (according to the C ABI for the platform). > .PP > Similar issues can occur on MIPS with the O32 ABI, > -on PowerPC with the 32-bit ABI, and on Xtensa. > +on PowerPC and parisc with the 32-bit ABI, and on Xtensa. > .\" Mike Frysinger: this issue ends up forcing MIPS > .\" O32 to take 7 arguments to syscall() > .PP > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/