kernel/common-config: PREEMPT -> PREEMPT_VOLUNTARY
This commit is contained in:
parent
ac6337058a
commit
e4c269813c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue