]> git.proxmox.com Git - mirror_edk2.git/commitdiff
add comment on EFI_PROCESSOR_CORE_FREQUENCY_LIST_DATA to note there is gap between...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Jul 2009 03:44:09 +0000 (03:44 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Jul 2009 03:44:09 +0000 (03:44 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8800 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Framework/DataHubRecords.h

index fa958b65350dffffdd74472e50fe3658ab0044e8..62f0b1a56f056a22fea29ee643d0573c38a4e9dc 100644 (file)
@@ -247,6 +247,9 @@ typedef EFI_EXP_BASE10_DATA        EFI_PROCESSOR_CORE_FREQUENCY_DATA;
 /// The list is terminated by -1 in the Value field of the last element. A Value field of zero means \r
 /// that the processor/driver supports automatic frequency selection. \r
 ///\r
+/// Inconsistent with specification here:  \r
+/// It's a typo of MiscSubclass 0.9 spec. It should be a pointer since it refers to a list of frequencies.\r
+///\r
 typedef EFI_EXP_BASE10_DATA        *EFI_PROCESSOR_CORE_FREQUENCY_LIST_DATA;\r
 \r
 ///\r