diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-28 21:15:14 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-29 07:06:37 +0200 |
commit | 41652a9bad054041de2bb9b805d21493e6a3a70f (patch) | |
tree | fd04a94ff41b3ebe27860ea784b0aea79066f13d /src/include | |
parent | 4bddb75c4edb8880bae0aa45c3c31a45c27a1fc2 (diff) | |
download | coreboot-41652a9bad054041de2bb9b805d21493e6a3a70f.tar.xz |
Remove leftover smi_get_tseg_base
Change-Id: I8e694f37c8709efd702208aa005096ebf1f3abb5
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/10356
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cpu/x86/smm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h index b717811a74..f7aafa93cd 100644 --- a/src/include/cpu/x86/smm.h +++ b/src/include/cpu/x86/smm.h @@ -487,8 +487,6 @@ void mainboard_smi_sleep(u8 slp_typ); #if !CONFIG_SMM_TSEG void smi_release_lock(void); -#else -#define smi_get_tseg_base() 0 #endif /* Get PMBASE address */ |