From: Arnd Bergmann Date: Wed, 22 Mar 2006 23:00:08 +0000 (+0100) Subject: [PATCH] powerpc: declare arch syscalls in X-Git-Tag: v2.6.17-rc1~165^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f31841a40776605c834053ad1eb82d539bd79f;p=pandora-kernel.git [PATCH] powerpc: declare arch syscalls in powerpc currently declares some of its own system calls in , but not all of them. That place also contains remainders of the now almost unused kernel syscall hack. - Add a new with clean declarations - Include that file from every source that implements one of these - Get rid of old declarations in This patch is required as a base for implementing system calls from an SPU, but also makes sense as a general cleanup. Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed