Changeset 57358 in vbox for trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
r57276 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-linux-kernel.h" 32 32 #include "internal/iprt.h" … … 57 57 58 58 59 /******************************************************************************* 60 * Structures and Typedefs *61 ******************************************************************************* /59 /********************************************************************************************************************************* 60 * Structures and Typedefs * 61 *********************************************************************************************************************************/ 62 62 /** 63 63 * Timer state machine. … … 199 199 200 200 201 /******************************************************************************* 202 * Internal Functions *203 ******************************************************************************* /201 /********************************************************************************************************************************* 202 * Internal Functions * 203 *********************************************************************************************************************************/ 204 204 #ifdef CONFIG_SMP 205 205 static DECLCALLBACK(void) rtTimerLinuxMpEvent(RTMPEVENT enmEvent, RTCPUID idCpu, void *pvUser);
Note:
See TracChangeset
for help on using the changeset viewer.