Browse Source

[PATCH] kernel-side context switch code for spufs

This adds the code needed to perform a context switch from
spufs, following the recommended 76-step sequence.

Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Mark Nutter 19 years ago
parent
commit
7c038749d1
2 changed files with 2013 additions and 1 deletions
  1. 2013 0
      arch/powerpc/platforms/cell/spufs/switch.c
  2. 0 1
      include/asm-powerpc/spu_csa.h

File diff suppressed because it is too large
+ 2013 - 0
arch/powerpc/platforms/cell/spufs/switch.c


+ 0 - 1
include/asm-powerpc/spu_csa.h

@@ -200,7 +200,6 @@ struct spu_priv2_collapsed {
 	u64 spu_chnlcnt_RW;
 	u64 spu_chnldata_RW;
 	u64 spu_cfg_RW;
-	u64 spu_pm_trace_tag_status_RW;
 	u64 spu_tag_status_query_RW;
 	u64 spu_cmd_buf1_RW;
 	u64 spu_cmd_buf2_RW;

Some files were not shown because too many files changed in this diff