Skip to content

Commit b6cfdcb

Browse files
authored
Merge pull request #9366 from douzzer/20251030-linuxkm-amd64-vec-op-sunrise
20251030-linuxkm-amd64-vec-op-sunrise
2 parents f07cd26 + f1f2423 commit b6cfdcb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

linuxkm/x86_vector_register_glue.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@
3535
#define VRG_PR_WARN_X pr_warn_once
3636
#endif
3737

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-
4538
static unsigned int wc_linuxkm_fpu_states_n_tracked = 0;
4639

4740
struct wc_thread_fpu_count_ent {

0 commit comments

Comments
 (0)