[PATCH] spufs: add spu-side context switch code
authorMark Nutter <mnutter@us.ibm.com>
Tue, 15 Nov 2005 20:53:51 +0000 (15:53 -0500)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:49:25 +0000 (14:49 +1100)
commit05b841174c289ca62a6b42d883b8791d9ac3a4bd
treef121dff4f40e5caa99a5ab5fd041c0c268dd1f8c
parent7c038749d1e6a2d5fb37ed14aed0fffa34c4e504
[PATCH] spufs: add spu-side context switch code

Add the source code that is used to generate spu_save_dump.h and
spu_restore_dump.h. Since a full spu tool chain is needed to
generate these files, the default remains to use the shipped
versions in order to keep the number of tools for building the
kernel down.

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/spu_restore.c [new file with mode: 0644]
arch/powerpc/platforms/cell/spufs/spu_restore_crt0.S [new file with mode: 0644]
arch/powerpc/platforms/cell/spufs/spu_save.c [new file with mode: 0644]
arch/powerpc/platforms/cell/spufs/spu_save_crt0.S [new file with mode: 0644]
arch/powerpc/platforms/cell/spufs/spu_utils.h [new file with mode: 0644]