cpu/x86/mp_init.c: Drop 'real' vs 'used' save state
commit1684b0aa6752af770328c48b3adafa5e6cb386fe
authorArthur Heymans <arthur@aheymans.xyz>
Thu, 7 Apr 2022 19:50:16 +0000 (7 21:50 +0200)
committerMartin L Roth <gaumless@tutanota.com>
Sat, 28 May 2022 05:09:56 +0000 (28 05:09 +0000)
tree9f6c797f14c9aade5e075efcb8e8a1979dd3b21c
parentd7c371619a287a3a74e23fc3fcff4793a12deba6
cpu/x86/mp_init.c: Drop 'real' vs 'used' save state

Now that the save state size is handled properly inside the smm_loader
there is no reason to make that distinction in the mp_init code anymore.

Change-Id: Ia0002a33b6d0f792d8d78cf625fd7e830e3e50fc
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63479
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
src/cpu/x86/mp_init.c
src/cpu/x86/smm/smm_module_loader.c
src/include/cpu/x86/smm.h