From: Christoph Hellwig Date: Tue, 13 Feb 2007 20:36:45 +0000 (+0100) Subject: [POWERPC] spufs: remove SPU_CONTEXT_PREEMPT X-Git-Tag: upstream/snapshot3+hdmi~35992^2~3^2~6^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30a6c337dcefa7583fe9289fedb28783af980c0c;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [POWERPC] spufs: remove SPU_CONTEXT_PREEMPT Remove the SPU_CONTEXT_PREEMPT define. It's unused and won't be used in this form after the scheduler rework. Signed-off-by: Christoph Hellwig Signed-off-by: Arnd Bergmann --- diff --git a/arch/powerpc/platforms/cell/spufs/spufs.h b/arch/powerpc/platforms/cell/spufs/spufs.h index 0941c56..9b44abe 100644 --- a/arch/powerpc/platforms/cell/spufs/spufs.h +++ b/arch/powerpc/platforms/cell/spufs/spufs.h @@ -37,9 +37,6 @@ enum { }; struct spu_context_ops; - -#define SPU_CONTEXT_PREEMPT 0UL - struct spu_gang; struct spu_context {