[PATCH] man-pages: parisc needs care with syscall parameters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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>

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



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux