Changeset 8883
- Timestamp:
- 05/16/08 13:56:13 (8 months ago)
- Files:
-
- trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c
r8877 r8883 199 199 #endif 200 200 { "RTLogDefaultInstance", (void *)RTLogDefaultInstance }, 201 { "RTMpCpuId", (void *)RTMpCpuId }, 201 202 { "RTMpCpuIdFromSetIndex", (void *)RTMpCpuIdFromSetIndex }, 202 203 { "RTMpCpuIdToSetIndex", (void *)RTMpCpuIdToSetIndex }, … … 211 212 { "RTMpOnOthers", (void *)RTMpOnOthers }, 212 213 { "RTMpOnSpecific", (void *)RTMpOnSpecific }, 213 { "RTMpCpuId", (void *)RTMpCpuId },214 214 { "RTLogRelDefaultInstance", (void *)RTLogRelDefaultInstance }, 215 215 { "RTLogSetDefaultInstanceThread", (void *)RTLogSetDefaultInstanceThread },

