VirtualBox

Changeset 8833

Show
Ignore:
Timestamp:
05/15/08 11:07:02 (3 months ago)
Author:
vboxsync
Message:

Extra assertion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r8792 r8833  
    759759unsigned VBOXCALL supdrvOSGetCPUCount(void) 
    760760{ 
     761    /* KeQueryActiveProcessors must be executed at IRQL < DISPATCH_LEVEL */ 
     762    Assert(KeGetCurrentIrql() < DISPATCH_LEVEL); 
    761763    KAFFINITY Mask = KeQueryActiveProcessors(); 
    762764    unsigned cCpus = 0; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy