kernel/arch/powerpc/platforms/cell/spufs/run.c
.. .. @@ -443,7 +443,7 @@ 443 443 444 444 else if (unlikely((status & SPU_STATUS_STOPPED_BY_STOP) 445 445 && (status >> SPU_STOP_STATUS_SHIFT) == 0x3fff)) { 446 - force_sig(SIGTRAP, current);446 + force_sig(SIGTRAP);447 447 ret = -ERESTARTSYS; 448 448 } 449 449