linux57: add interactive prompt for _misc_adds (#42)

This commit is contained in:
Adel Kara Slimane
2020-08-10 13:52:08 +02:00
committed by GitHub
parent a278361630
commit c7ff176dba
2 changed files with 10 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ _ftracedisable="false"
_numadisable="false"
# Set to "true" to enable misc additions - May contain temporary fixes pending upstream or changes that can break on non-Arch - Kernel default is "true"
_misc_adds="true"
_misc_adds=""
# Set to "1" to use CattaRappa mode (enabling full tickless), "2" for tickless idle only, or "0" for periodic ticks.
# Full tickless can give higher performances in various cases but, depending on hardware, lower consistency. Just tickless idle can perform better on some platforms (mostly AMD based).