Skip to content

Commit 9e132cb

Browse files
committed
deepin: config: Enable NO_HZ_FULL
There is reportedly no (longer) significant overhead to this when it is not enabled at runtime, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804857#66 By default, without passing the nohz_full parameter, this behaves just like NO_HZ_IDLE(default), enable it by passing nohz_full=all or nohz_full=cpulist, see https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/kernel/time/Kconfig?h=v6.6#n142 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Documentation/admin-guide/kernel-parameters.rst?h=v6.6#n80 Signed-off-by: Wentao Guan <[email protected]>
1 parent 5eeb6a9 commit 9e132cb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

arch/arm64/configs/deepin_arm64_desktop_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CONFIG_SYSVIPC=y
55
CONFIG_POSIX_MQUEUE=y
66
CONFIG_WATCH_QUEUE=y
77
CONFIG_USELIB=y
8+
CONFIG_NO_HZ_FULL=y
89
CONFIG_NO_HZ=y
910
CONFIG_HIGH_RES_TIMERS=y
1011
CONFIG_BPF_JIT=y

arch/loongarch/configs/deepin_loongarch_desktop_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CONFIG_SYSVIPC=y
66
CONFIG_POSIX_MQUEUE=y
77
CONFIG_WATCH_QUEUE=y
88
CONFIG_USELIB=y
9+
CONFIG_NO_HZ_FULL=y
910
CONFIG_NO_HZ=y
1011
CONFIG_HIGH_RES_TIMERS=y
1112
CONFIG_BPF_JIT=y

arch/x86/configs/deepin_x86_desktop_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CONFIG_SYSVIPC=y
55
CONFIG_POSIX_MQUEUE=y
66
CONFIG_WATCH_QUEUE=y
77
CONFIG_USELIB=y
8+
CONFIG_NO_HZ_FULL=y
89
CONFIG_NO_HZ=y
910
CONFIG_HIGH_RES_TIMERS=y
1011
CONFIG_BPF_JIT=y

0 commit comments

Comments
 (0)