Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2c863bd authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds
Browse files

spusched: fix mismerge in spufs.h



spufs.h now has two enums for the sched_flags leading to identical
values for SPU_SCHED_WAS_ACTIVE and SPU_SCHED_NOTIFY_ACTIVE.  Merge
them into a single enum as they were in the IBM development tree.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatarArnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cb276805
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -40,13 +40,10 @@ enum {
struct spu_context_ops;
struct spu_gang;

enum {
	SPU_SCHED_WAS_ACTIVE,	/* was active upon spu_acquire_saved()  */
};

/* ctx->sched_flags */
enum {
	SPU_SCHED_NOTIFY_ACTIVE,
	SPU_SCHED_WAS_ACTIVE,	/* was active upon spu_acquire_saved()  */
};

struct spu_context {