VirtualBox

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 hwertz, 4 years ago)

Virtualbox 6.0.24 patch 4

  • src/VBox/Runtime/r0drv/linux/the-linux-kernel.h

    a b  
    176176# include <asm/set_memory.h>
    177177#endif
    178178
     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
    179184#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 7, 0)
    180185# include <asm/smap.h>
    181186#else

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy