Merge pull request #63664 from tilpner/export-fpu-pre5

linux_4_{14,19}: restore __kernel_fpu_{begin,restore}
This commit is contained in:
Jörg Thalheim 2019-06-22 20:08:37 +01:00 committed by GitHub
commit fd1acb608a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15315,6 +15315,7 @@ in
# when adding a new linux version
kernelPatches.cpu-cgroup-v2."4.11"
kernelPatches.modinst_arg_list_too_long
kernelPatches.export_kernel_fpu_functions
];
};
@ -15322,6 +15323,7 @@ in
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
kernelPatches.export_kernel_fpu_functions
];
};