kernel/common-config: PREEMPT -> PREEMPT_VOLUNTARY

This commit is contained in:
Linus Heckemann 2019-05-08 19:42:24 +02:00
parent ac6337058a
commit e4c269813c

View file

@ -686,6 +686,9 @@ let
# Enable AMD's ROCm GPU compute stack
HSA_AMD = whenAtLeast "4.20" yes;
PREEMPT = no;
PREEMPT_VOLUNTARY = yes;
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux") {
# Enable memory hotplug support
# Allows you to dynamically add & remove memory to a VM client running NixOS without requiring a reboot