summarylogtreecommitdiffstats
path: root/vmnet.patch
diff options
context:
space:
mode:
authorJean-Marc Lenoir2020-06-01 21:42:11 +0200
committerJean-Marc Lenoir2020-06-01 21:42:11 +0200
commit4e9cb2b9189a8f386882e8db6167ac71bb557553 (patch)
tree5df20ebce9a0cd492552f04b35b0ee3927f01a2a /vmnet.patch
parentff76796996da1e89466660af043f62dfd27ab472 (diff)
downloadaur-4e9cb2b9189a8f386882e8db6167ac71bb557553.tar.gz
Compatibility with Linux 5.7
Diffstat (limited to 'vmnet.patch')
-rw-r--r--vmnet.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/vmnet.patch b/vmnet.patch
index 60fc5a12d86f..92215df5fd24 100644
--- a/vmnet.patch
+++ b/vmnet.patch
@@ -12,3 +12,12 @@
# Header directory for the running kernel
ifdef LINUXINCLUDE
+@@ -137,7 +137,7 @@
+ endif
+
+ # Add Spectre options when available
+-CC_OPTS += $(call vm_check_gcc,-mindirect-branch=thunk -mindirect-branch-register,)
++CC_OPTS += $(call vm_check_gcc,-mindirect-branch-register,)
+
+ include $(SRCROOT)/Makefile.kernel
+