a065251386
VirtualBox 7.0.18 with Oracle's 15.6 patches and all obsolete patches removed OBS-URL: https://build.opensuse.org/request/show/1186452 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=742
18 lines
605 B
Diff
18 lines
605 B
Diff
Index: VirtualBox-7.0.14/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
|
|
===================================================================
|
|
--- VirtualBox-7.0.14.orig/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
|
|
+++ VirtualBox-7.0.14/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
|
|
@@ -61,6 +61,12 @@
|
|
# include <iprt/power.h>
|
|
# define VBOX_WITH_SUSPEND_NOTIFICATION
|
|
#endif
|
|
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 7, 0)
|
|
+# include <asm/smap.h>
|
|
+#else
|
|
+static inline void clac(void) { }
|
|
+static inline void stac(void) { }
|
|
+#endif
|
|
|
|
#include <linux/sched.h>
|
|
#include <linux/miscdevice.h>
|