Changeset 54214 in vbox for trunk/include
- Timestamp:
- Feb 16, 2015 11:08:27 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98278
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r54201 r54214 332 332 * CPUs. */ 333 333 bool fOsTscDeltasInSync; 334 uint8_t au8Padding0[3]; 334 /** Whether the TSC deltas are small enough to not bother applying. */ 335 bool fTscDeltasRoughlyInSync; 336 uint8_t au8Padding0[2]; 335 337 336 338 /** Padding / reserved space for future data. */ -
trunk/include/VBox/sup.mac
r53800 r54214 68 68 .idCpuMax resd 1 69 69 .fOsTscDeltasInSync resb 1 70 .au8Padding0 resb 3 70 .fTscDeltasRoughlyInSync resb 1 71 .au8Padding0 resb 2 71 72 .au32Padding1 resd 26 72 73 .aiCpuFromApicId resw 256
Note:
See TracChangeset
for help on using the changeset viewer.