From 9767061cc7f0a816eb7d10ed11618346a1eb8bd7 Mon Sep 17 00:00:00 2001 From: Roman Penyaev Date: Tue, 9 Jan 2024 14:35:28 +0100 Subject: [PATCH] x86/configs/eve_defconfig: enable NO_HZ_FULL Disables the tick whenever possible if set as `nohz_full=cpuset` kernel option. Good combination with CPU isolation for the userspace QEMU tasks. Signed-off-by: Roman Penyaev --- arch/x86/configs/eve_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/eve_defconfig b/arch/x86/configs/eve_defconfig index bd8c51a9d4b2b..ef4ee21f3c5cb 100644 --- a/arch/x86/configs/eve_defconfig +++ b/arch/x86/configs/eve_defconfig @@ -2,6 +2,7 @@ CONFIG_LOCALVERSION="-linuxkit" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y +CONFIG_NO_HZ_FULL=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_BPF_SYSCALL=y