Skip to content

Commit 3a4b717

Browse files
committed
powerpc/configs/64s: Enable PREEMPT_VOLUNTARY
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
1 parent e0fe568 commit 3a4b717

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/powerpc/configs/ppc64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CONFIG_NO_HZ=y
55
CONFIG_HIGH_RES_TIMERS=y
66
CONFIG_BPF_SYSCALL=y
77
CONFIG_BPF_JIT=y
8+
CONFIG_PREEMPT_VOLUNTARY=y
89
CONFIG_VIRT_CPU_ACCOUNTING_GEN=y
910
CONFIG_TASKSTATS=y
1011
CONFIG_TASK_DELAY_ACCT=y

0 commit comments

Comments
 (0)