diff options
author | Christoph Hellwig <hch@lst.de> | 2007-02-13 21:36:45 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@klappe.arndb.de> | 2007-02-13 21:52:35 +0100 |
commit | 30a6c337dcefa7583fe9289fedb28783af980c0c (patch) | |
tree | 0092eafb01bf1dd5b8674df3716457876228a441 /arch | |
parent | 17e0e27020d028a790d97699aff85a43af5be472 (diff) | |
download | blackbird-op-linux-30a6c337dcefa7583fe9289fedb28783af980c0c.tar.gz blackbird-op-linux-30a6c337dcefa7583fe9289fedb28783af980c0c.zip |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/spufs.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |