Ticket #19644: vb-6.0.24-kernel-5.8-p4-4.patch
| File vb-6.0.24-kernel-5.8-p4-4.patch, 422 bytes (added by , 4 years ago) |
|---|
-
src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
a b 176 176 # include <asm/set_memory.h> 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> 181 186 #else

