Author: stepan Date: Fri Apr 30 19:46:16 2010 New Revision: 5514 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5514
Log: Doesn't need to be a warning. Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/src/southbridge/intel/pxhd/pxhd_bridge.c
Modified: trunk/src/southbridge/intel/pxhd/pxhd_bridge.c ============================================================================== --- trunk/src/southbridge/intel/pxhd/pxhd_bridge.c Fri Apr 30 19:44:39 2010 (r5513) +++ trunk/src/southbridge/intel/pxhd/pxhd_bridge.c Fri Apr 30 19:46:16 2010 (r5514) @@ -67,7 +67,7 @@ /* Bridge control ISA enable */ pci_write_config8(dev, 0x3e, 0x07);
-#warning "Please review lots of dead code here." + // FIXME Please review lots of dead code here. #if 0 int nmi_option; uint32_t dword;