Fix SMM handler comment. Thanks for noticing, Peter!
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5145 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
f6fbfafbba
commit
92b85aa71f
|
@ -143,9 +143,7 @@ void smi_handler(u32 smm_revision)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Call chipset specific SMI handlers. This would be the place to
|
/* Call chipset specific SMI handlers. */
|
||||||
* add a CPU or northbridge specific SMI handler, too
|
|
||||||
*/
|
|
||||||
if (cpu_smi_handler)
|
if (cpu_smi_handler)
|
||||||
cpu_smi_handler(node, &state_save);
|
cpu_smi_handler(node, &state_save);
|
||||||
if (northbridge_smi_handler)
|
if (northbridge_smi_handler)
|
||||||
|
|
Loading…
Reference in New Issue