- Timestamp:
- May 19, 2008 9:45:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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",
Note:
See TracChangeset
for help on using the changeset viewer.