cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word
Change-Id: I712fca09b1618017412a3d91f81627ec876f2894 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49511 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
parent
07f11db69c
commit
cc2c5c9ec7
|
@ -333,7 +333,7 @@ static int smm_stub_place_staggered_entry_points(char *base,
|
|||
*
|
||||
* The save state and smm stack are treated as contiguous for the number of
|
||||
* concurrent areas requested. The save state always lives at the top of the
|
||||
* the CPUS smbase (and the entry point is at offset 0x8000). This allows only a certain
|
||||
* CPUS smbase (and the entry point is at offset 0x8000). This allows only a certain
|
||||
* number of CPUs with staggered entry points until the save state area comes
|
||||
* down far enough to overwrite/corrupt the entry code (stub code). Therefore,
|
||||
* an SMM map is created to avoid this corruption, see smm_create_map() above.
|
||||
|
|
Loading…
Reference in New Issue