drop unused variables in generic smm handler. (trivial)
[coreboot.git] / 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;