mirror of
https://github.com/adulau/aha.git
synced 2024-12-30 20:56:23 +00:00
[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>
This commit is contained in:
parent
5473af049d
commit
7c038749d1
2 changed files with 2036 additions and 7 deletions
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue