From 63952e10601307d1f2034e9db7cc50f90cb24ed5 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 28 Jun 2018 14:29:49 +0200 Subject: intel: Get rid of smm_get_pmbase Change-Id: I2b3168c600a81502f9cd1ff3203c492cf026e532 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/27279 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/include/cpu/x86/smm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h index 3cda35b557..379b512e93 100644 --- a/src/include/cpu/x86/smm.h +++ b/src/include/cpu/x86/smm.h @@ -507,9 +507,6 @@ void smi_release_lock(void); extern unsigned char _binary_smm_start[]; extern unsigned char _binary_smm_end[]; -/* Get PMBASE address */ -u16 smm_get_pmbase(void); - struct smm_runtime { u32 smbase; u32 save_state_size; -- cgit v1.2.3