Signed-off-by: Mathieu Desnoyers --- arch/powerpc/platforms/cell/spufs/spufs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: linux-2.6-lttng/arch/powerpc/platforms/cell/spufs/spufs.h =================================================================== --- linux-2.6-lttng.orig/arch/powerpc/platforms/cell/spufs/spufs.h 2009-02-06 14:45:12.000000000 -0500 +++ linux-2.6-lttng/arch/powerpc/platforms/cell/spufs/spufs.h 2009-02-06 15:40:25.000000000 -0500 @@ -373,9 +373,9 @@ extern void spu_free_lscsa(struct spu_st extern void spuctx_switch_state(struct spu_context *ctx, enum spu_utilization_state new_state); -#define spu_context_trace(name, ctx, spu) \ - trace_mark(name, "ctx %p spu %p", ctx, spu); +#define spu_context_trace(name, ctx, _spu) \ + trace_mark(spu, name, "ctx %p spu %p", ctx, _spu); #define spu_context_nospu_trace(name, ctx) \ - trace_mark(name, "ctx %p", ctx); + trace_mark(spu, name, "ctx %p", ctx); #endif -- Mathieu Desnoyers OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/