VirtualBox

Ignore:
Timestamp:
Apr 7, 2020 9:31:08 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137030
Message:

r0drv/netbsd: use SOBJ_SLEEPQ_SORTED as advised by <ad@…>.
SOBJ_SLEEPQ_FIFO is no more in NetBSD-current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/netbsd/sleepqueue-r0drv-netbsd.h

    r82968 r83614  
    3838
    3939static syncobj_t vbox_syncobj = {
    40         SOBJ_SLEEPQ_FIFO,
     40        SOBJ_SLEEPQ_SORTED,
    4141        sleepq_unsleep,
    4242        sleepq_changepri,
     
    4646
    4747/**
    48  * Kernel mode Linux wait state structure.
     48 * Kernel mode NetBSD wait state structure.
    4949 */
    5050typedef struct RTR0SEMBSDSLEEP
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