]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
[POWERPC] spufs: don't touch suspend bits when purging DMA queue
authorJeremy Kerr <jk@ozlabs.org>
Mon, 7 Apr 2008 07:42:36 +0000 (17:42 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 5 May 2008 03:33:42 +0000 (13:33 +1000)
commit943906ba4bebf629d5cd770e48b8ec0ddc433869
tree24d8d7c9e112c0ec0bdbe875a636fef98cc00159
parent5711fe900dfef8d9afdbbb6d0f9c9720919d1d66
[POWERPC] spufs: don't touch suspend bits when purging DMA queue

When we issue a MFC purge request, we may inadvertantly clear the
suspended status.

This change adds the MFC_CNTL_SUSPEND_MASK when we issue a purge
request, so that the suspend bit is masked out.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
arch/powerpc/platforms/cell/spufs/switch.c