3
0
Fork 0
forked from mirrors/nixpkgs

linux_5_4: also include fpu patch

Otherwise zfs performance is unbearable
This commit is contained in:
Jörg Thalheim 2020-01-06 16:18:47 +00:00
parent bf012bcd31
commit cd9947a5a7
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -16327,6 +16327,7 @@ in
kernelPatches = [ kernelPatches = [
kernelPatches.bridge_stp_helper kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper kernelPatches.request_key_helper
kernelPatches.export_kernel_fpu_functions."5.3"
]; ];
}; };