linux57: Fix leak error for CONFIG_PDS in make deb-pkg (#36)
This commit is contained in:

committed by
GitHub

parent
2545ec9d24
commit
6ab568ff2a
@@ -569,9 +569,9 @@ index 3bac0a8ceab2..d6d384ddb57d 100644
|
||||
#define SCHED_BATCH 3
|
||||
-/* SCHED_ISO: reserved but not implemented yet */
|
||||
+/* SCHED_ISO: Implemented in BFS/MuQSSPDS only */
|
||||
+#ifdef CONFIG_SCHED_PDS
|
||||
+
|
||||
+#define SCHED_ISO 4
|
||||
+#endif
|
||||
+
|
||||
#define SCHED_IDLE 5
|
||||
#define SCHED_DEADLINE 6
|
||||
|
||||
|
Reference in New Issue
Block a user