VirtualBox

Ignore:
Timestamp:
Mar 9, 2011 9:32:02 AM (14 years ago)
Author:
vboxsync
Message:

PCI: interrupts work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r35346 r36218  
    289289    { "RTThreadUserWait",                       (void *)RTThreadUserWait },
    290290    { "RTThreadUserWaitNoResume",               (void *)RTThreadUserWaitNoResume },
     291#else
     292    /**
     293     * @todo: remove me, once above code enabled.
     294     * We need RTThreadCreate/RTThreadWait in the PCI driver.
     295     */
     296    { "RTThreadCreate",                         (void *)RTThreadCreate },
     297    { "RTThreadWait",                           (void *)RTThreadWait },
    291298#endif
    292299    { "RTThreadPreemptIsEnabled",               (void *)RTThreadPreemptIsEnabled },
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