mirror of https://gitee.com/openkylin/linux.git
[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>
This commit is contained in:
parent
17e0e27020
commit
30a6c337dc
|
@ -37,9 +37,6 @@ enum {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct spu_context_ops;
|
struct spu_context_ops;
|
||||||
|
|
||||||
#define SPU_CONTEXT_PREEMPT 0UL
|
|
||||||
|
|
||||||
struct spu_gang;
|
struct spu_gang;
|
||||||
|
|
||||||
struct spu_context {
|
struct spu_context {
|
||||||
|
|
Loading…
Reference in New Issue