Changeset 53019 in vbox
- Timestamp:
- Oct 10, 2014 9:22:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
r52618 r53019 5 5 6 6 /* 7 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1590 1590 } 1591 1591 #endif 1592 return 1000000000/ HZ; /* ns */1592 return RT_NS_1SEC / HZ; /* ns */ 1593 1593 } 1594 1594 RT_EXPORT_SYMBOL(RTTimerGetSystemGranularity);
Note:
See TracChangeset
for help on using the changeset viewer.