mirror of https://github.com/acidanthera/audk.git
add comment on EFI_PROCESSOR_CORE_FREQUENCY_LIST_DATA to note there is gap between code and spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8800 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5a353640c0
commit
2cbfdae36e
|
@ -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
|
||||
/// that the processor/driver supports automatic frequency selection.
|
||||
///
|
||||
/// Inconsistent with specification here:
|
||||
/// It's a typo of MiscSubclass 0.9 spec. It should be a pointer since it refers to a list of frequencies.
|
||||
///
|
||||
typedef EFI_EXP_BASE10_DATA *EFI_PROCESSOR_CORE_FREQUENCY_LIST_DATA;
|
||||
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue