]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmInit.nasm
UefiCpuPkg/PiSmmCpuDxeSmm: update comments in IA32 SmmStartup()
authorLaszlo Ersek <lersek@redhat.com>
Tue, 30 Jan 2018 13:31:23 +0000 (14:31 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 31 Jan 2018 11:25:06 +0000 (12:25 +0100)
commit994df20926ead14441c732b8dbe84e9fef78d4f5
treefa635d9d7a3a61396385ce53e62d6140f232825e
parentd5988a8ac9716130a323fb12bbf81c41807c7865
UefiCpuPkg/PiSmmCpuDxeSmm: update comments in IA32 SmmStartup()

The gSmmCr3, gSmmCr4, gSmmCr0 and gSmmJmpAddr global variables are used
for patching assembly instructions, thus we can't yet remove the DB
encodings for those instructions. At least we should add the intended
meanings in comments.

This patch only changes comments.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
[lersek@redhat.com: adapt commit msg to ongoing PatchAssembly discussion]
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmInit.nasm