diff options
author | Dun Tan <dun.tan@intel.com> | 2024-07-31 13:48:47 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-05 06:59:09 +0000 |
commit | cae90a83907d5f9e10c45cd2985bab1fafc47f56 (patch) | |
tree | 6e9e4bea9ed293f104a77e6c99507754e9075173 /UnitTestFrameworkPkg | |
parent | b5c9bbff8e9c2613dc72ab4dde6d4ddc1e1217bd (diff) | |
download | edk2-cae90a83907d5f9e10c45cd2985bab1fafc47f56.tar.gz |
UefiCpuPkg: Remove duplicate code in SmiPfHandler
In this commit, we remove duplicate CpuDeadLoop in
SmiPfHandler where mCpuSmmRestrictedMemoryAccess is
TRUE.
With last commit, we always call CpuDeadLoop if SMM
profile is disabled. Then the CpuDeadLoop calling
for the condition (mCpuSmmRestrictedMemoryAccess &&
IsSmmCommBufferForbiddenAddress (PFAddress)) is not
needed anymore. We also modify the IA32 related code
to be aligned with X64.
Signed-off-by: Dun Tan <dun.tan@intel.com>
Diffstat (limited to 'UnitTestFrameworkPkg')
0 files changed, 0 insertions, 0 deletions