Changeset 85518 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jul 29, 2020 11:01:45 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r84255 r85518 177 177 #endif 178 178 179 /* for __flush_tlb_all() */ 180 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28) && (defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)) 181 # include <asm/tlbflush.h> 182 #endif 183 179 184 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 7, 0) 180 185 # include <asm/smap.h>
Note:
See TracChangeset
for help on using the changeset viewer.