VirtualBox

Ignore:
Timestamp:
Jun 6, 2019 2:33:47 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131177
Message:

Linux/host and guest drivers: support more openSUSE 15.0 and 15.1 kernels.

File:
1 edited

Legend:

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

    r76585 r79025  
    4949{
    5050    /** The wait queue entry. */
    51 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 14)  /* 4.13.0 and openSUSE */
     51#if LINUX_VERSION_CODE > KERNEL_VERSION(4, 13, 0) \
     52  || defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 15
    5253    wait_queue_entry_t WaitQE;
    5354#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