Skip to content

Commit

Permalink
linux-5.3: Set CONFIG_NO_HZ_IDLE=y
Browse files Browse the repository at this point in the history
This option enables a tickless idle system: timer interrupts
will only trigger on an as-needed basis when the system is idle.

Switch on, to save power and cpu load of VM hosts.
  • Loading branch information
donald committed Sep 23, 2019
1 parent 5a2a659 commit 018f0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-5.3-291.bee
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ mee_configure() {
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_AUDIT=y
CONFIG_NO_HZ_IDLE=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_BSD_PROCESS_ACCT=y
Expand Down Expand Up @@ -99,7 +100,6 @@ mee_configure() {
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_X86_ACPI_CPUFREQ=m
# CONFIG_X86_ACPI_CPUFREQ_CPB is not set
CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_IA32_EMULATION=y
CONFIG_GOOGLE_FIRMWARE=y
CONFIG_GOOGLE_COREBOOT_TABLE=m
Expand Down

0 comments on commit 018f0a2

Please sign in to comment.