linux57: Fix leak error for CONFIG_PDS in make deb-pkg ()

This commit is contained in:
Adel Kara Slimane 2020-08-04 13:18:03 +02:00 committed by GitHub
parent 2545ec9d24
commit 6ab568ff2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
linux57-tkg

@ -142,7 +142,7 @@ sha256sums=('de8163bb62f822d84f7a3983574ec460060bf013a78ff79cd7c979ff1ec1d7e0'
'88c73f8960a3b7d0685a2f19b8624de3b592e451a47a51be6b66f86b7c91a0bd'
'62496f9ca788996181ef145f96ad26291282fcc3fb95cdc04080dcf84365be33'
'7fd8e776209dac98627453fda754bdf9aff4a09f27cb0b3766d7983612eb3c74'
'38057ca733059ccafe82fb9967bf49b636200ab9d693d278810e9a3d3056af33'
'55be5e4c6254da0a9d34bbfac807a70d8b58b3f7b2ec852026195c4db5e263e2'
'19661ec0d39f9663452b34433214c755179894528bf73a42f6ba52ccf572832a'
'cd225e86d72eaf6c31ef3d7b20df397f4cc44ddd04389850691292cdf292b204'
'd2214504c43f9d297a8ef68dffc198143bfebf85614b71637a71978d7a86bd78'

@ -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