summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2023-04-14 23:23:54 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2023-04-21 16:16:22 +1000
commitea87ec60e96e55ed034fbf1f91300b9bf12e412a (patch)
tree75ca8c0fdb4f085325d5e902da23f7ba242be1f6 /arch
parent88e284b64b0b3193fc3c451d12e912f58375904c (diff)
downloadlinux-stable-ea87ec60e96e55ed034fbf1f91300b9bf12e412a.tar.gz
linux-stable-ea87ec60e96e55ed034fbf1f91300b9bf12e412a.tar.bz2
linux-stable-ea87ec60e96e55ed034fbf1f91300b9bf12e412a.zip
powerpc/configs/64s: Enable NO_HZ_FULL
At least Fedora & SUSE enable it. VIRT_CPU_ACCOUNTING_GEN is selected so no longer needs to be in the defconfig. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230414132415.821564-11-mpe@ellerman.id.au
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/configs/ppc64_defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index ecad254eee6c..7e265cbbeaef 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -1,13 +1,12 @@
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
-# CONFIG_CONTEXT_TRACKING_USER_FORCE is not set
CONFIG_AUDIT=y
+CONFIG_NO_HZ_FULL=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_PREEMPT_VOLUNTARY=y
-CONFIG_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y