[PATCH] spufs: move spu_run call to its own file
authorArnd Bergmann <arnd@arndb.de>
Wed, 4 Jan 2006 19:31:29 +0000 (20:31 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:44:45 +0000 (15:44 +1100)
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 <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found