浏览代码

[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 <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Christoph Hellwig 18 年之前
父节点
当前提交
30a6c337dc
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      arch/powerpc/platforms/cell/spufs/spufs.h

+ 0 - 3
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 {