aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2007-02-13 21:36:45 +0100
committerArnd Bergmann <arnd@klappe.arndb.de>2007-02-13 21:52:35 +0100
commit30a6c337dcefa7583fe9289fedb28783af980c0c (patch)
tree0092eafb01bf1dd5b8674df3716457876228a441 /arch/powerpc/platforms
parent[POWERPC] spufs: Fix bitrot of the SPU mmap facility (diff)
downloadlinux-dev-30a6c337dcefa7583fe9289fedb28783af980c0c.tar.xz
linux-dev-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/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/cell/spufs/spufs.h3
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 {