[POWERPC] spufs: state_mutex cleanup
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / cell / spufs / run.c
index 51b78da2f0d3b0885bc13e4f730c02860b32fe0f..e1647311044bda7579c311787b1e1a18fbd3d951 100644 (file)
@@ -133,7 +133,7 @@ out_drop_priv:
        spu_mfc_sr1_set(ctx->spu, sr1);
 
 out_unlock:
-       spu_release_exclusive(ctx);
+       spu_release(ctx);
 out:
        return ret;
 }