From a804f9195eb8fd93a2a6650cc24a26e422696214 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 30 May 2022 14:39:45 +0200 Subject: cpu/smm_module_loader.c: Fix up CPU index locally Don't pass the stub params to the mp_init code. Change-Id: I070bc00ae5e5bceb6c5b90ea833cc057dd41f6cc Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/64802 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/include/cpu/x86/smm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/cpu/x86') diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h index efafa53c6b..4c97f2139b 100644 --- a/src/include/cpu/x86/smm.h +++ b/src/include/cpu/x86/smm.h @@ -156,8 +156,6 @@ struct smm_loader_params { size_t num_concurrent_save_states; smm_handler_t handler; - - struct smm_stub_params *stub_params; }; /* All of these return 0 on success, < 0 on failure. */ -- cgit v1.2.3