kernel/common-config: PREEMPT -> PREEMPT_VOLUNTARY
This commit is contained in:
parent
ac6337058a
commit
e4c269813c
@ -686,6 +686,9 @@ let
|
|||||||
# Enable AMD's ROCm GPU compute stack
|
# Enable AMD's ROCm GPU compute stack
|
||||||
HSA_AMD = whenAtLeast "4.20" yes;
|
HSA_AMD = whenAtLeast "4.20" yes;
|
||||||
|
|
||||||
|
PREEMPT = no;
|
||||||
|
PREEMPT_VOLUNTARY = yes;
|
||||||
|
|
||||||
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux") {
|
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux") {
|
||||||
# Enable memory hotplug support
|
# Enable memory hotplug support
|
||||||
# Allows you to dynamically add & remove memory to a VM client running NixOS without requiring a reboot
|
# Allows you to dynamically add & remove memory to a VM client running NixOS without requiring a reboot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user