X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fplatforms%2Fcell%2Fspufs%2Frun.c;fp=arch%2Fpowerpc%2Fplatforms%2Fcell%2Fspufs%2Frun.c;h=545d85c70c9b7dd285393837747eb0e0b485ebb3;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=483c8b76232c010de9b1f10e6fc1b88656eb98cf;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/arch/powerpc/platforms/cell/spufs/run.c b/arch/powerpc/platforms/cell/spufs/run.c index 483c8b762..545d85c70 100644 --- a/arch/powerpc/platforms/cell/spufs/run.c +++ b/arch/powerpc/platforms/cell/spufs/run.c @@ -51,6 +51,7 @@ static inline int spu_run_fini(struct spu_context *ctx, u32 * npc, if (signal_pending(current)) ret = -ERESTARTSYS; +#if 0 /* XXX */ if (unlikely(current->ptrace & PT_PTRACED)) { if ((*status & SPU_STATUS_STOPPED_BY_STOP) && (*status >> SPU_STOP_STATUS_SHIFT) == 0x3fff) { @@ -58,6 +59,7 @@ static inline int spu_run_fini(struct spu_context *ctx, u32 * npc, ret = -ERESTARTSYS; } } +#endif return ret; }