From 34a5e882f2b5dc82345f1af25e4b01c99e277429 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Tue, 9 Jun 2020 15:40:05 +0200 Subject: [PATCH] linux56/57-tkg: cfg: Fix default timeslice interval for BMQ in comment - This was switched from 4ms to 2ms with BMQ v5.5r1, as reflected by the changes in the PKGBUILD and dynamic prompt. --- linux56-tkg/customization.cfg | 2 +- linux57-tkg/customization.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux56-tkg/customization.cfg b/linux56-tkg/customization.cfg index 3895aaf..54a8ad5 100644 --- a/linux56-tkg/customization.cfg +++ b/linux56-tkg/customization.cfg @@ -67,7 +67,7 @@ _sched_yield_type="" # to the rr_interval in addition to a virtual deadline. When using yield_type 2, a low value can help offset the disadvantages of rescheduling a process that has yielded. # MuQSS default: 6ms" # PDS default: 4ms" -# BMQ default: 4ms" +# BMQ default: 2ms" # Set to "1" for 2ms, "2" for 4ms, "3" for 6ms, "4" for 8ms, or "default" to keep the chosen scheduler defaults. _rr_interval="" diff --git a/linux57-tkg/customization.cfg b/linux57-tkg/customization.cfg index e8367a4..6a18a6b 100644 --- a/linux57-tkg/customization.cfg +++ b/linux57-tkg/customization.cfg @@ -64,7 +64,7 @@ _sched_yield_type="" # to the rr_interval in addition to a virtual deadline. When using yield_type 2, a low value can help offset the disadvantages of rescheduling a process that has yielded. # MuQSS default: 6ms" # PDS default: 4ms" -# BMQ default: 4ms" +# BMQ default: 2ms" # Set to "1" for 2ms, "2" for 4ms, "3" for 6ms, "4" for 8ms, or "default" to keep the chosen scheduler defaults. _rr_interval=""