linux_{5_1,testing}: enable kernel fpu functions

same motivation as in 7b77c27caa
This commit is contained in:
Jörg Thalheim
2019-05-09 11:13:53 +01:00
parent 475b4d1d42
commit 8e1852ac7e
+2
View File
@@ -15145,6 +15145,7 @@ in
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
kernelPatches.export_kernel_fpu_functions
];
};
@@ -15152,6 +15153,7 @@ in
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
kernelPatches.export_kernel_fpu_functions
];
};