Changeset 8908
- Timestamp:
- 05/19/08 11:45:02 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r8837 r8908 515 515 pDevExt->ulGipTimerInterval = ulClockInterval / 10000; /* ms */ 516 516 517 /* Note: We need to register a callback handler for added cpus (only available in win2k8: KeRegisterProcessorChangeCallback) */ 518 /* Note: We are not allowed to call KeQueryActiveProcessors at DPC_LEVEL, so we now assume cpu affinity mask does NOT change. */ 519 pDevExt->uAffinityMask = KeQueryActiveProcessors(); 520 517 521 /* 518 522 * Call common initialization routine. … … 536 540 KeSetTargetProcessorDpc(&pDevExt->aGipCpuDpcs[i], i); 537 541 } 538 539 /* Note: We need to register a callback handler for added cpus (only available in win2k8: KeRegisterProcessorChangeCallback) */540 /* Note: We are not allowed to call KeQueryActiveProcessors at DPC_LEVEL, so we now assume cpu affinity mask does NOT change. */541 pDevExt->uAffinityMask = KeQueryActiveProcessors();542 542 543 543 dprintf(("VBoxDrvNtGipInit: ulClockFreq=%ld ulClockInterval=%ld ulClockIntervalActual=%ld Phys=%x%08x\n",

