From: Christoph Hellwig Date: Tue, 13 Feb 2007 20:36:45 +0000 (+0100) Subject: [POWERPC] spufs: remove SPU_CONTEXT_PREEMPT X-Git-Tag: firefly_0821_release~31304^2~3^2~6^2~17 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30a6c337dcefa7583fe9289fedb28783af980c0c;p=firefly-linux-kernel-4.4.55.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 0941c56df9b5..9b44abe921cc 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 {