]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/SmmCpuFeaturesLib: drop obsolete API implementation
authorLaszlo Ersek <lersek@redhat.com>
Tue, 3 Jan 2023 15:02:44 +0000 (16:02 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 4 Jan 2023 09:45:06 +0000 (09:45 +0000)
commit9ce09870e721efacc41fa7ee684e9e299f120350
tree0d8b1b04849d38faa154bcc5fbf101c05cc0dcac
parentff379e1b489f1cde5edff1ef564ea97616e71972
OvmfPkg/SmmCpuFeaturesLib: drop obsolete API implementation

Commit 0426115b6738 ("UefiCpuPkg: Remove unused API in
SmmCpuFeaturesLib.h", 2022-12-21) removed the declaration of the function
SmmCpuFeaturesAllocatePageTableMemory() from the "SmmCpuFeaturesLib.h"
library class header.

Remove the API's (null-)implementation from OvmfPkg/SmmCpuFeaturesLib as
well.

Testing: OVMF builds, boots, and suspends/resumes (see earlier in this
series).

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=4235
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c