]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] spufs: save MFC command channel before purging MFC queue
authorJeremy Kerr <jk@ozlabs.org>
Thu, 27 Mar 2008 03:59:58 +0000 (14:59 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 28 Mar 2008 03:36:08 +0000 (14:36 +1100)
commit36d29edb6dded938bf07f741a0bb0f2a7116e617
tree67746c4fc5a0ac7a1a3c07a403d0f7a264c88a4d
parent4eb5aef583aab29dc125b6c2feb0b31f2e350c45
[POWERPC] spufs: save MFC command channel before purging MFC queue

During the context save process, we currently save the MFC command
channel after purging the MFC queues. This causes a systemsim warning,
as the command channel may be in an unknown state after the purge.

This change does the save before purging the MFC queues.

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