VirtualBox

Changeset 85518 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Jul 29, 2020 11:01:45 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139584
Message:

IPRT/the-linux-kernel.h: Need header for flush_tlb_all() now. bugref:9801

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h

    r84255 r85518  
    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>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette