VirtualBox

Changeset 27196 in vbox


Ignore:
Timestamp:
Mar 9, 2010 9:26:48 AM (15 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

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

    r27194 r27196  
    421421        }
    422422
     423# ifdef CONFIG_SMP
    423424        if (pTimer->fSpecificCpu || pTimer->fAllCpus)
    424425            mod_timer_pinned(&pSubTimer->LnxTimer, pSubTimer->ulNextJiffies);
    425426        else
     427# endif
    426428            mod_timer(&pSubTimer->LnxTimer, pSubTimer->ulNextJiffies);
    427429#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