@@ -747,6 +747,9 @@ PiCpuSmmEntry ( AsmCpuidEx(CPUID_EXTENDED_STATE, 12, &RegEax, NULL, &RegEcx, NULL); DEBUG ((DEBUG_INFO, "CPUID[D/12] EAX - 0x%08x, ECX - 0x%08x\n", RegEax, RegEcx)); } + } else { + mCetSupported = FALSE; + PatchInstructionX86(mPatchCetSupported, mCetSupported, 1); } } else { mCetSupported = FALSE;
Reviewed-by: Ray Ni <ray...@intel.com> Thanks for catching another issue that mCetSupported should be FALSE. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#79878): https://edk2.groups.io/g/devel/message/79878 Mute This Topic: https://groups.io/mt/85153710/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-