Skip to content

Commit

Permalink
[POWERPC] spufs: remove SPU_CONTEXT_PREEMPT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Arnd Bergmann committed Feb 13, 2007
1 parent 17e0e27 commit 30a6c33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/powerpc/platforms/cell/spufs/spufs.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ enum {
};

struct spu_context_ops;

#define SPU_CONTEXT_PREEMPT 0UL

struct spu_gang;

struct spu_context {
Expand Down

0 comments on commit 30a6c33

Please sign in to comment.