cpu/x86/smm_stub.S: Fix comment

The comment got stale because a few elements from the struct got
dropped.

Change-Id: I83469e24dfab82b9182accb549960dd06d81e02f
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68894
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Arthur Heymans 2022-10-26 11:51:47 +02:00 committed by Felix Held
parent c532b83437
commit bf282c2630
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ apicid_end:
/* Call into the c-based SMM relocation function with the platform /* Call into the c-based SMM relocation function with the platform
* parameters. Equivalent to: * parameters. Equivalent to:
* struct arg = { c_handler_params, cpu_num, smm_runtime, canary }; * struct arg = { cpu_num, canary };
* c_handler(&arg) * c_handler(&arg)
*/ */
#if ENV_X86_64 #if ENV_X86_64