diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-08 23:25:05 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-13 13:17:21 +0000 |
commit | d4e140dae7fb102c24ecd3165ce540c0b9b93dd0 (patch) | |
tree | 06e87512962dba81898b2a0fae94bf7451cfa250 /src/soc/intel/icelake/include | |
parent | 55b7263ed825fa668f2a21d66cec57f01eccebe5 (diff) |
cpu/x86: Move smm_lock() prototype
The function implementations are in local platform
scopes.
Change-Id: I7a3025398b15fe6d2c5a13cdb65f3e62a49c0bc6
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34151
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/icelake/include')
-rw-r--r-- | src/soc/intel/icelake/include/soc/smm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/icelake/include/soc/smm.h b/src/soc/intel/icelake/include/soc/smm.h index 3c66f57d43..991c593f72 100644 --- a/src/soc/intel/icelake/include/soc/smm.h +++ b/src/soc/intel/icelake/include/soc/smm.h @@ -55,5 +55,6 @@ void smm_info(uintptr_t *perm_smbase, size_t *perm_smsize, size_t *smm_save_state_size); void smm_initialize(void); void smm_relocate(void); +void smm_lock(void); #endif |