Changeset 8833
- Timestamp:
- 05/15/08 11:07:02 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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;

