commit | 36d29edb6dded938bf07f741a0bb0f2a7116e617 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Thu Mar 27 14:59:58 2008 +1100 |
committer | Jeremy Kerr <jk@ozlabs.org> | Fri Mar 28 14:36:08 2008 +1100 |
tree | 67746c4fc5a0ac7a1a3c07a403d0f7a264c88a4d | |
parent | 4eb5aef583aab29dc125b6c2feb0b31f2e350c45 [diff] |
[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>