]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] spufs: Suspend/restore MFC DMA operations at SPU context switch.
authorGeoff Levand <geoffrey.levand@am.sony.com>
Wed, 11 Jan 2006 03:47:37 +0000 (19:47 -0800)
committerPaul Mackerras <paulus@samba.org>
Wed, 11 Jan 2006 04:35:11 +0000 (15:35 +1100)
commitbd1e6c547c42e7da8664a27a89f878c841b36ccd
tree35f7aed7a9305b8c5e6236b71a80cce7670589d5
parentccfeaf2f88d933d27d8dab41048b8fa38e2af619
[PATCH] spufs: Suspend/restore MFC DMA operations at SPU context switch.

The SPE Book IV indicates that MFC DMA operations must be
suspended and restored on SPU context switch (in Step 8).

This patch adds that operation, which is missing from the
current spufs implementation.

Signed-off-by: Masato Noguchi <Masato.Noguchi@jp.sony.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/cell/spufs/switch.c