Changeset 38232 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Jul 28, 2011 6:32:16 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73210
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c
r38199 r38232 78 78 * @remarks This can be invoked in interrupt context. 79 79 */ 80 static voidrtMpNotificationLinuxOnCurrentCpu(RTCPUID idCpu, void *pvUser1, void *pvUser2)80 static DECLCALLBACK(void) rtMpNotificationLinuxOnCurrentCpu(RTCPUID idCpu, void *pvUser1, void *pvUser2) 81 81 { 82 82 unsigned long ulNativeEvent = *(unsigned long *)pvUser2;
Note:
See TracChangeset
for help on using the changeset viewer.