aboutsummaryrefslogtreecommitdiff
path: root/share/security/patches/EN-19:13/mds.12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'share/security/patches/EN-19:13/mds.12.patch')
-rw-r--r--share/security/patches/EN-19:13/mds.12.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/share/security/patches/EN-19:13/mds.12.patch b/share/security/patches/EN-19:13/mds.12.patch
deleted file mode 100644
index 7da39f2028..0000000000
--- a/share/security/patches/EN-19:13/mds.12.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- sys/x86/x86/cpu_machdep.c.orig
-+++ sys/x86/x86/cpu_machdep.c
-@@ -924,7 +924,6 @@
- * architectural state except possibly %rflags. Also, it is always
- * called with interrupts disabled.
- */
--void (*mds_handler)(void);
- void mds_handler_void(void);
- void mds_handler_verw(void);
- void mds_handler_ivb(void);
-@@ -933,6 +932,7 @@
- void mds_handler_skl_avx(void);
- void mds_handler_skl_avx512(void);
- void mds_handler_silvermont(void);
-+void (*mds_handler)(void) = mds_handler_void;
-
- static int
- sysctl_hw_mds_disable_state_handler(SYSCTL_HANDLER_ARGS)