[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)
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>

No differences found