]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - arch/powerpc/platforms/cell/spufs/spufs.h
[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)
commitce8ab8541203f6c7be5b2eeaa97f14f1d8d44e4f
treeabdb994ac4ded9a90684f0cdc71ea58e6247ab43
parent8837d9216f99048636fbb2c11347358e99e06181
[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 <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/cell/spufs/Makefile
arch/powerpc/platforms/cell/spufs/file.c
arch/powerpc/platforms/cell/spufs/run.c [new file with mode: 0644]
arch/powerpc/platforms/cell/spufs/spufs.h