We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f07cd26 + f1f2423 commit b6cfdcbCopy full SHA for b6cfdcb
linuxkm/x86_vector_register_glue.c
@@ -35,13 +35,6 @@
35
#define VRG_PR_WARN_X pr_warn_once
36
#endif
37
38
-/* kernel 4.19 -- the most recent LTS before 5.4 -- lacks the necessary safety
39
- * checks in __kernel_fpu_begin(), and lacks TIF_NEED_FPU_LOAD.
40
- */
41
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 0))
42
- #error WOLFSSL_USE_SAVE_VECTOR_REGISTERS on x86 requires kernel 5.4.0 or higher.
43
-#endif
44
-
45
static unsigned int wc_linuxkm_fpu_states_n_tracked = 0;
46
47
struct wc_thread_fpu_count_ent {
0 commit comments