diff options
author | Jiaxin Wu <jiaxin.wu@intel.com> | 2024-09-02 15:22:00 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-06 08:41:49 +0000 |
commit | b437b5ca4c1a6725897dfd0740de6ef20cacd226 (patch) | |
tree | 46bec6035cac1e6fbc5ddbb00f9e1d504cac8736 /MdePkg/Include/Protocol | |
parent | b4820f2d6591357d7e6f35b5e5340300d3be790f (diff) | |
download | edk2-b437b5ca4c1a6725897dfd0740de6ef20cacd226.zip edk2-b437b5ca4c1a6725897dfd0740de6ef20cacd226.tar.gz edk2-b437b5ca4c1a6725897dfd0740de6ef20cacd226.tar.bz2 |
UefiCpuPkg/PiSmmCpuDxeSmm: Remove RestrictedMemoryAccess check for MM CPU
The PcdCpuSmmRestrictedMemoryAccess is declared as either a dynamic or fixed
PCD. It is not recommended for use in the MM CPU driver.
Furthermore, IsRestrictedMemoryAccess() is only needed for SMM. Therefor,
there is no need for MM to consume the PcdCpuSmmRestrictedMemoryAccess.
So, this patch is to add the SMM specific file for its own functions, with
the change, the dependency of the MM CPU driver on
PcdCpuSmmRestrictedMemoryAccess can be removed.
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
Diffstat (limited to 'MdePkg/Include/Protocol')
0 files changed, 0 insertions, 0 deletions