VirtualBox

Changeset 6341 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jan 11, 2008 2:47:23 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27238
Message:

made vboxdrv compile with 2.4.x again

File:
1 edited

Legend:

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

    r6340 r6341  
    15291529#endif
    15301530
     1531#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0)
    15311532module_param(force_async_tsc, int, 0444);
     1533#else
     1534MODULE_PARM(force_async_tsc, "i");
     1535#endif
    15321536MODULE_PARM_DESC(force_async_tsc, "force the asynchronous TSC mode");
    15331537
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette