diff --git a/src/cpu/x86/smm/smm_stub.S b/src/cpu/x86/smm/smm_stub.S index 1411cbc770..e44e99d721 100644 --- a/src/cpu/x86/smm/smm_stub.S +++ b/src/cpu/x86/smm/smm_stub.S @@ -238,7 +238,7 @@ apicid_end: /* Call into the c-based SMM relocation function with the platform * parameters. Equivalent to: - * struct arg = { c_handler_params, cpu_num, smm_runtime, canary }; + * struct arg = { cpu_num, canary }; * c_handler(&arg) */ #if ENV_X86_64