Fix SMM handler comment. Thanks for noticing, Peter!
authorStefan Reinauer <stepan@coresystems.de>
Mon, 22 Feb 2010 14:55:16 +0000 (14:55 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 22 Feb 2010 14:55:16 +0000 (14:55 +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@5145 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/x86/smm/smihandler.c

index bb58140c67efe1fb2a302acfdf11432f58b4ee49..dea0262dcd9c98eae409555f2be4305c9c916cc4 100644 (file)
@@ -143,9 +143,7 @@ void smi_handler(u32 smm_revision)
                return;
        }
 
-       /* Call chipset specific SMI handlers. This would be the place to
-        * add a CPU or northbridge specific SMI handler, too
-        */
+       /* Call chipset specific SMI handlers. */
        if (cpu_smi_handler)
                cpu_smi_handler(node, &state_save);
        if (northbridge_smi_handler)