projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e0e27
)
[POWERPC] spufs: remove SPU_CONTEXT_PREEMPT
author
Christoph Hellwig
<hch@lst.de>
Tue, 13 Feb 2007 20:36:45 +0000
(21:36 +0100)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/cell/spufs/spufs.h
b/arch/powerpc/platforms/cell/spufs/spufs.h
index 0941c56df9b532821c69dbdc18fee82af4965c94..9b44abe921cc13cfa32f0b983ecca977f47ea336 100644
(file)
--- 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 {