drop unused variables in generic smm handler. (trivial)
authorStefan Reinauer <stepan@coresystems.de>
Fri, 3 Apr 2009 16:33:50 +0000 (16:33 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 3 Apr 2009 16:33:50 +0000 (16:33 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4057 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/x86/smm/smihandler.c

index 8d2e22a3815c8d941f8a948b8d329ff8669e1024..1ea9e1926e470f34900abb4cdbdd38f118192afe 100644 (file)
@@ -159,10 +159,6 @@ static void smi_set_eos(void)
 
 void smi_handler(u32 smm_revision)
 {
-       u8 reg8;
-       u16 pmctrl;
-       u16 pm1_sts;
-       u32 smi_sts, gpe0_sts, tco_sts;
        unsigned int node;
        smm_state_save_area_t state_save;