diff options
-rw-r--r-- | src/southbridge/intel/pxhd/pxhd_bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/pxhd/pxhd_bridge.c b/src/southbridge/intel/pxhd/pxhd_bridge.c index 683ff20013..bfce8b6087 100644 --- a/src/southbridge/intel/pxhd/pxhd_bridge.c +++ b/src/southbridge/intel/pxhd/pxhd_bridge.c @@ -67,7 +67,7 @@ static void pcix_init(device_t dev) /* 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; |