summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-05-30 14:39:45 +0200
committerLean Sheng Tan <sheng.tan@9elements.com>2023-04-06 15:21:20 +0000
commita804f9195eb8fd93a2a6650cc24a26e422696214 (patch)
tree26b656ac2c8acb270a7061f48014a7827d302107 /src/include/cpu
parent71bc9f0eba4fce8ffa2b0b90e388f3596ffb6a5d (diff)
downloadcoreboot-a804f9195eb8fd93a2a6650cc24a26e422696214.tar.gz
coreboot-a804f9195eb8fd93a2a6650cc24a26e422696214.tar.bz2
coreboot-a804f9195eb8fd93a2a6650cc24a26e422696214.zip
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 <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64802 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/cpu')
-rw-r--r--src/include/cpu/x86/smm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h
index efafa53c6be5..4c97f2139bd4 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. */