mirror of https://github.com/acidanthera/audk.git
roll back the change on the naming of DataHubRecords.h for backward compatibility.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8878 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0995a97400
commit
1257e058d7
|
@ -84,7 +84,7 @@ InstallProcessorDataHub (
|
|||
//
|
||||
// Record Type 1
|
||||
//
|
||||
DataRecord.DataRecordHeader.RecordType = EFI_PROCESSOR_FREQUENCY_RECORD_NUMBER;
|
||||
DataRecord.DataRecordHeader.RecordType = ProcessorCoreFrequencyRecordType;
|
||||
DataRecord.VariableRecord.ProcessorCoreFrequency.Value = SmbiosTable.Type4->CurrentSpeed;
|
||||
DataRecord.VariableRecord.ProcessorCoreFrequency.Exponent = 6;
|
||||
|
||||
|
@ -112,7 +112,7 @@ InstallProcessorDataHub (
|
|||
}
|
||||
gBS->FreePool (UString);
|
||||
|
||||
DataRecord.DataRecordHeader.RecordType = EFI_PROCESSOR_VERSION_RECORD_NUMBER;
|
||||
DataRecord.DataRecordHeader.RecordType = ProcessorVersionRecordType;
|
||||
DataRecord.VariableRecord.ProcessorVersion = Token;
|
||||
|
||||
Status = gDataHub->LogData (
|
||||
|
|
Loading…
Reference in New Issue