Changeset 7364 in vbox
- Timestamp:
- Mar 7, 2008 1:48:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRV.h
r7272 r7364 700 700 KDPC GipDpc; 701 701 /** The GIP DPC objects for updating per-cpu data. */ 702 KDPC aGipCpuDpcs[ 64];702 KDPC aGipCpuDpcs[MAXIMUM_PROCESSORS]; 703 703 /** Pointer to the MDL for the pGip page. */ 704 704 PMDL pGipMdl;
Note:
See TracChangeset
for help on using the changeset viewer.