diff options
author | Mark Nutter <mnutter@us.ibm.com> | 2005-11-15 15:53:50 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-08 22:49:21 -0500 |
commit | 7c038749d1e6a2d5fb37ed14aed0fffa34c4e504 (patch) | |
tree | a6cba799385e67773afb91a17aa888b74adb4c6d /include | |
parent | 5473af049d8b3556874174e61ce1986c9b5e8fa6 (diff) |
[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>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/spu_csa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/spu_csa.h b/include/asm-powerpc/spu_csa.h index d1d537de4f5c..989a0688144e 100644 --- a/include/asm-powerpc/spu_csa.h +++ b/include/asm-powerpc/spu_csa.h | |||
@@ -200,7 +200,6 @@ struct spu_priv2_collapsed { | |||
200 | u64 spu_chnlcnt_RW; | 200 | u64 spu_chnlcnt_RW; |
201 | u64 spu_chnldata_RW; | 201 | u64 spu_chnldata_RW; |
202 | u64 spu_cfg_RW; | 202 | u64 spu_cfg_RW; |
203 | u64 spu_pm_trace_tag_status_RW; | ||
204 | u64 spu_tag_status_query_RW; | 203 | u64 spu_tag_status_query_RW; |
205 | u64 spu_cmd_buf1_RW; | 204 | u64 spu_cmd_buf1_RW; |
206 | u64 spu_cmd_buf2_RW; | 205 | u64 spu_cmd_buf2_RW; |