]> git.neil.brown.name Git - history.git/commit
[PATCH] ppc/ppc64: Add posix message queue syscalls
authorAndrew Morton <akpm@osdl.org>
Mon, 19 Apr 2004 05:04:49 +0000 (22:04 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 19 Apr 2004 05:04:49 +0000 (22:04 -0700)
commiteeb3e3b9e796443c999cd9e753ae766b26b7b58a
tree981a474aa2156cc32e5a92199065a5798c1cafe1
parentd5b1f484632dcf7aeedd43d17eb576c2f498827c
[PATCH] ppc/ppc64: Add posix message queue syscalls

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>

This patch adds the posix message queue syscalls to ppc32 and 64 and fixes
our implementation of compat copy siginfo to 32 bits userland which wasn't
using the si_code but still doing a switch/case on the signal number.

I also reserved some syscalls for the numa API
arch/ppc/kernel/misc.S
arch/ppc64/kernel/misc.S
arch/ppc64/kernel/signal32.c
include/asm-ppc/unistd.h
include/asm-ppc64/unistd.h