UefiCpuPkg/CpuCacheInfoLib: Sort CpuCacheInfo array
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3508 Sort the CpuCacheInfo array by CPU package ID, core type, cache level and cache type. Signed-off-by: Jason Lou <yun.lou@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Rahul Kumar <rahul1.kumar@intel.com>
This commit is contained in:
@@ -59,7 +59,7 @@ typedef struct {
|
||||
} CPU_CACHE_INFO;
|
||||
|
||||
/**
|
||||
Get CpuCacheInfo data array.
|
||||
Get CpuCacheInfo data array. The array is sorted by CPU package ID, core type, cache level and cache type.
|
||||
|
||||
@param[in, out] CpuCacheInfo Pointer to the CpuCacheInfo array.
|
||||
@param[in, out] CpuCacheInfoCount As input, point to the length of response CpuCacheInfo array.
|
||||
|
Reference in New Issue
Block a user