commit | 943906ba4bebf629d5cd770e48b8ec0ddc433869 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Mon Apr 07 17:42:36 2008 +1000 |
committer | Jeremy Kerr <jk@ozlabs.org> | Mon May 05 13:33:42 2008 +1000 |
tree | 24d8d7c9e112c0ec0bdbe875a636fef98cc00159 | |
parent | 5711fe900dfef8d9afdbbb6d0f9c9720919d1d66 [diff] |
[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>