VirtualBox

Ignore:
Timestamp:
May 17, 2017 10:23:28 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115457
Message:

Runtime/r0drv: Linux 4.12 5-level page table adaptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c

    r66927 r66928  
    938938    u.Upper = *pud_offset(&u.Global, ulAddr);
    939939#endif
     940#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 11)
    940941    if (RT_UNLIKELY(pud_none(u.Upper)))
    941942        return NULL;
     943#endif
    942944#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 25)
    943945    if (pud_large(u.Upper))
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