]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg: Update code to use new structure field names
authorJian J Wang <jian.j.wang@intel.com>
Tue, 26 Dec 2017 00:43:59 +0000 (08:43 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 26 Dec 2017 01:44:14 +0000 (09:44 +0800)
commit56649f43013703e95f54c293d708152b765cc49b
tree9042472f664a940c368b68921de45b169f6f47f3
parent5e2ee2f5f4def0482ce2f8687d6840ac38b4383f
UefiCpuPkg: Update code to use new structure field names

Due to coding style fix of the structure definition in BaseLib.h, all
code referencing those structure must be updated accordingly.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
UefiCpuPkg/Library/MpInitLib/MpLib.c