Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/49511 )
Change subject: cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word ......................................................................
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 --- M src/cpu/x86/smm/smm_module_loaderv2.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Jacob Garber: Looks good to me, approved
diff --git a/src/cpu/x86/smm/smm_module_loaderv2.c b/src/cpu/x86/smm/smm_module_loaderv2.c index 23495da..715ea0a 100644 --- a/src/cpu/x86/smm/smm_module_loaderv2.c +++ b/src/cpu/x86/smm/smm_module_loaderv2.c @@ -333,7 +333,7 @@ * * 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.