VirtualBox

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


Ignore:
Timestamp:
Aug 11, 2020 5:46:17 PM (4 years ago)
Author:
vboxsync
Message:

IPRT,lnx-kmods: Added VBOX_RHEL_MAJ_PREREQ and RTLNX_SUSE_MAJ_PREREQ to version.h. Started using them.

File:
1 edited

Legend:

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

    r85698 r85701  
    4949{
    5050    /** The wait queue entry. */
    51 #if LINUX_VERSION_CODE > KERNEL_VERSION(4, 13, 0) \
    52   || defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 12 && CONFIG_SUSE_PATCHLEVEL >= 4 \
    53   || defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 15
     51#if RTLNX_VER_MIN(4,13,0) || RTLNX_SUSE_MAJ_PREREQ(12, 4) || RTLNX_SUSE_MAJ_PREREQ(15, 0)
    5452    wait_queue_entry_t WaitQE;
    5553#else
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