UefiCpuPkg: change name of gMpInformationHobGuid2
Change name of gMpInformationHobGuid2 to gMpInformation2HobGuid. It's to align with the file name MpInformation2.h and the structure name MP_INFORMATION2_HOB_DATA. Signed-off-by: Dun Tan <dun.tan@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
@@ -53,6 +53,6 @@ typedef struct {
|
||||
#define GET_MP_INFORMATION_ENTRY(MpInfoHobData, Index) \
|
||||
(MP_INFORMATION2_ENTRY *)((UINTN)&((MP_INFORMATION2_HOB_DATA *)(MpInfoHobData))->Entry + (MpInfoHobData)->EntrySize * Index)
|
||||
|
||||
extern EFI_GUID gMpInformationHobGuid2;
|
||||
extern EFI_GUID gMpInformation2HobGuid;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user