VirtualBox

Changeset 35165 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 16, 2010 9:39:56 AM (14 years ago)
Author:
vboxsync
Message:

memobj-r0drv-linux: defined is more correct here

File:
1 edited

Legend:

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

    r33642 r35165  
    6060#endif
    6161#if    defined(CONFIG_X86_PAE) \
    62     && (   HAVE_26_STYLE_REMAP_PAGE_RANGE \
    63         || (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) && LINUX_VERSION_CODE <  KERNEL_VERSION(2, 6, 11)))
     62    && (   defined(HAVE_26_STYLE_REMAP_PAGE_RANGE) \
     63        || (   LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) \
     64            && LINUX_VERSION_CODE <  KERNEL_VERSION(2, 6, 11)))
    6465# define VBOX_USE_PAE_HACK
    6566#endif
Note: See TracChangeset for help on using the changeset viewer.

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