From: Kazunori Asayama Date: Fri, 20 Jul 2007 19:39:30 +0000 (+0200) Subject: [CELL] spufs: Avoid unexpectedly restaring MFC during context save X-Git-Tag: v2.6.23-rc1~195^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49776d30aea903fb2f9966c8e9b6f23ae5f7c937;p=pandora-kernel.git [CELL] spufs: Avoid unexpectedly restaring MFC during context save The current SPU context saving procedure in SPUFS unexpectedly restarts MFC when halting decrementer, because MFC_CNTL[Dh] is set without MFC_CNTL[Sm]. This bug causes, for example, saving broken DMA queues. Here is a patch to fix the problem. Signed-off-by: Kazunori Asayama Signed-off-by: Jeremy Kerr Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed