Changeset 101528 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Oct 20, 2023 3:16:25 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r101527 r101528 1695 1695 #ifdef CONFIG_PAX_KERNEXEC 1696 1696 fFlags |= SUPKERNELFEATURES_GDT_READ_ONLY; 1697 #endif 1698 #if RTLNX_VER_MIN(4,12,0) 1697 #elif RTLNX_VER_MIN(4,12,0) 1699 1698 fFlags |= SUPKERNELFEATURES_GDT_NEED_WRITABLE; 1700 1699 #endif
Note:
See TracChangeset
for help on using the changeset viewer.