Author: stepan Date: Mon Feb 22 15:55:16 2010 New Revision: 5145 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5145
Log: Fix SMM handler comment. Thanks for noticing, Peter! Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/src/cpu/x86/smm/smihandler.c Modified: trunk/src/cpu/x86/smm/smihandler.c ============================================================================== --- trunk/src/cpu/x86/smm/smihandler.c Mon Feb 22 13:58:01 2010 (r5144) +++ trunk/src/cpu/x86/smm/smihandler.c Mon Feb 22 15:55:16 2010 (r5145) @@ -143,9 +143,7 @@ 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) -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

