summaryrefslogtreecommitdiff
path: root/src/include/cpu/x86
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-04 20:26:53 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-07 05:49:33 +0000
commit7db852aa5770b287719805fc0ee727169ee6b424 (patch)
tree66ce3451328b84fd3e532360d1e0c444dc2c76bf /src/include/cpu/x86
parentdc6c322fdac9e0a8a4d1a301ad5fb144ba50a986 (diff)
downloadcoreboot-7db852aa5770b287719805fc0ee727169ee6b424.tar.xz
soc/amd: Rename smm_region_info() to smm_region()
Change-Id: I361fb0e02fd0bd92bb1e13fe84c898a1ac85aa40 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34703 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/cpu/x86')
-rw-r--r--src/include/cpu/x86/smm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h
index edd1be8588..9e631b855f 100644
--- a/src/include/cpu/x86/smm.h
+++ b/src/include/cpu/x86/smm.h
@@ -588,7 +588,6 @@ void restore_default_smm_area(void *smm_save_area);
* protections. e.g. TSEG.
*/
void smm_region(void **start, size_t *size);
-void smm_region_info(void **start, size_t *size);
enum {
/* SMM handler area. */