Changeset 94466 in vbox for trunk/src/VBox/Devices/EFI/Firmware
- Timestamp:
- Apr 5, 2022 11:58:22 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150797
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/Platform.c
r94465 r94466 815 815 } 816 816 #else 817 GetVmVariable(EFI_INFO_INDEX_CPU_COUNT_CURRENT, &BootCpuCount, sizeof(BootCpuCount));818 GetVmVariable(EFI_INFO_INDEX_CPU_COUNT_MAX, &mMaxCpuCount, sizeof(mMaxCpuCount));817 GetVmVariable(EFI_INFO_INDEX_CPU_COUNT_CURRENT, (CHAR8 *)&BootCpuCount, sizeof(BootCpuCount)); 818 GetVmVariable(EFI_INFO_INDEX_CPU_COUNT_MAX, (CHAR8 *)&mMaxCpuCount, sizeof(mMaxCpuCount)); 819 819 #endif 820 820
Note:
See TracChangeset
for help on using the changeset viewer.