summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/smm/smihandler.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-17 01:51:11 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-17 01:51:11 +0000
commit348a1ba589c784f8b15d7179b2d9488c2c31ccb6 (patch)
tree2969bb556a317c0e0ae92f86aa48da17c7243599 /src/cpu/x86/smm/smihandler.c
parent37e781706bb079af3c16079892576512680987e6 (diff)
downloadcoreboot-348a1ba589c784f8b15d7179b2d9488c2c31ccb6.tar.gz
coreboot-348a1ba589c784f8b15d7179b2d9488c2c31ccb6.tar.bz2
coreboot-348a1ba589c784f8b15d7179b2d9488c2c31ccb6.zip
fix a couple of warnings
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5236 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/x86/smm/smihandler.c')
-rw-r--r--src/cpu/x86/smm/smihandler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/x86/smm/smihandler.c b/src/cpu/x86/smm/smihandler.c
index 00cae1005f91..7254d55eabd3 100644
--- a/src/cpu/x86/smm/smihandler.c
+++ b/src/cpu/x86/smm/smihandler.c
@@ -25,8 +25,6 @@
#include <cpu/x86/cache.h>
#include <cpu/x86/smm.h>
-void southbridge_smi_set_eos(void);
-
typedef enum { SMI_LOCKED, SMI_UNLOCKED } smi_semaphore;
/* SMI multiprocessing semaphore */