]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
powerpc/configs/64s: Enable PREEMPT_VOLUNTARY
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 14 Apr 2023 13:23:51 +0000 (23:23 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 21 Apr 2023 06:16:22 +0000 (16:16 +1000)
Traditionally on powerpc servers PREEMPT_NONE was used, but these days
multiple distros are building with PREEMPT_VOLUNTARY - Ubuntu, Fedora &
CentOS all enable it.

So update the upstream config to reflect that, and get test coverage
before code hits the distros.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230414132415.821564-8-mpe@ellerman.id.au
arch/powerpc/configs/ppc64_defconfig

index f185adc128db8f2fbdc366eab9ba058a51297b56..b332b05a668f8e49c08cf97489ec9f8a331ab735 100644 (file)
@@ -5,6 +5,7 @@ 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_TASKSTATS=y
 CONFIG_TASK_DELAY_ACCT=y