Changeset 8833 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- May 15, 2008 9:07:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r8792 r8833 759 759 unsigned VBOXCALL supdrvOSGetCPUCount(void) 760 760 { 761 /* KeQueryActiveProcessors must be executed at IRQL < DISPATCH_LEVEL */ 762 Assert(KeGetCurrentIrql() < DISPATCH_LEVEL); 761 763 KAFFINITY Mask = KeQueryActiveProcessors(); 762 764 unsigned cCpus = 0;
Note:
See TracChangeset
for help on using the changeset viewer.