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:
@ -399,6 +399,8 @@ CallbackThunk (
|
||||
}
|
||||
}
|
||||
|
||||
mFrameworkSmst->SmmStartupThisAp = gSmst->SmmStartupThisAp;
|
||||
mFrameworkSmst->NumberOfCpus = mNumberOfProcessors;
|
||||
mFrameworkSmst->CurrentlyExecutingCpu = gSmst->CurrentlyExecutingCpu;
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user