From: Arnd Bergmann Date: Wed, 4 Jan 2006 19:31:29 +0000 (+0100) Subject: [PATCH] spufs: move spu_run call to its own file X-Git-Tag: v2.6.16-rc1~666^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8ab8541203f6c7be5b2eeaa97f14f1d8d44e4f;p=pandora-kernel.git [PATCH] spufs: move spu_run call to its own file The logic for sys_spu_run keeps growing and it does not really belong into file.c any more since we moved away from using regular file operations to our own syscall. No functional change in here. Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed