mirror of https://github.com/acidanthera/audk.git
NumberOfCpus and SmmStartupThisAp field in Framework SMST should be updated per PI SMST at SMM runtime context. These two fields in PI SMST are not guaranteed to be valid at SMM initialization phase.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10285 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a5ca8fa772
commit
33f30f1ee3
|
@ -399,6 +399,8 @@ CallbackThunk (
|
|||
}
|
||||
}
|
||||
|
||||
mFrameworkSmst->SmmStartupThisAp = gSmst->SmmStartupThisAp;
|
||||
mFrameworkSmst->NumberOfCpus = mNumberOfProcessors;
|
||||
mFrameworkSmst->CurrentlyExecutingCpu = gSmst->CurrentlyExecutingCpu;
|
||||
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue