VirtualBox

Changeset 53019 in vbox


Ignore:
Timestamp:
Oct 10, 2014 9:22:50 AM (10 years ago)
Author:
vboxsync
Message:

Runtime/r0drv/linux: use RT_NS_1SEC macro instead of numeric constant.

File:
1 edited

Legend:

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

    r52618 r53019  
    55
    66/*
    7  * Copyright (C) 2006-2012 Oracle Corporation
     7 * Copyright (C) 2006-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    15901590    }
    15911591#endif
    1592     return 1000000000 / HZ; /* ns */
     1592    return RT_NS_1SEC / HZ; /* ns */
    15931593}
    15941594RT_EXPORT_SYMBOL(RTTimerGetSystemGranularity);
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