mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/Cpuid: Add description for parameter LeafFunction
LeafFunction needs to be described in comments. https://bugzilla.tianocore.org/show_bug.cgi?id=2052 Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
parent
0154e02dc7
commit
501de8146d
|
@ -708,6 +708,8 @@ CpuidArchitecturalPerformanceMonitoring (
|
|||
/**
|
||||
Display CPUID_EXTENDED_TOPOLOGY leafs for all supported levels.
|
||||
|
||||
@param[in] LeafFunction Leaf function index for CPUID_EXTENDED_TOPOLOGY.
|
||||
|
||||
**/
|
||||
VOID
|
||||
CpuidExtendedTopology (
|
||||
|
|
Loading…
Reference in New Issue