drop unused variables in generic smm handler. (trivial)
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
This commit is contained in:
parent
2fd2c7901e
commit
edf480719a
|
@ -159,10 +159,6 @@ static void smi_set_eos(void)
|
||||||
|
|
||||||
void smi_handler(u32 smm_revision)
|
void smi_handler(u32 smm_revision)
|
||||||
{
|
{
|
||||||
u8 reg8;
|
|
||||||
u16 pmctrl;
|
|
||||||
u16 pm1_sts;
|
|
||||||
u32 smi_sts, gpe0_sts, tco_sts;
|
|
||||||
unsigned int node;
|
unsigned int node;
|
||||||
smm_state_save_area_t state_save;
|
smm_state_save_area_t state_save;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue