[POWERPC] spufs: remove SPU_CONTEXT_PREEMPT
authorChristoph Hellwig <hch@lst.de>
Tue, 13 Feb 2007 20:36:45 +0000 (21:36 +0100)
committerArnd Bergmann <arnd@klappe.arndb.de>
Tue, 13 Feb 2007 20:52:35 +0000 (21:52 +0100)
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 <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
arch/powerpc/platforms/cell/spufs/spufs.h

index 0941c56df9b532821c69dbdc18fee82af4965c94..9b44abe921cc13cfa32f0b983ecca977f47ea336 100644 (file)
@@ -37,9 +37,6 @@ enum {
 };
 
 struct spu_context_ops;
-
-#define SPU_CONTEXT_PREEMPT          0UL
-
 struct spu_gang;
 
 struct spu_context {