From 68f542cdf82efe257ee4251047a264558dd8645f Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 17 Mar 2010 02:48:24 +0000 Subject: remove more warnings, and fix some boards (watchdog.h) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5239 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/intel/pxhd/pxhd_bridge.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/southbridge/intel/pxhd') diff --git a/src/southbridge/intel/pxhd/pxhd_bridge.c b/src/southbridge/intel/pxhd/pxhd_bridge.c index 1a21a9c03e..0766b22e7b 100644 --- a/src/southbridge/intel/pxhd/pxhd_bridge.c +++ b/src/southbridge/intel/pxhd/pxhd_bridge.c @@ -64,15 +64,15 @@ static unsigned int pxhd_scan_bridge(device_t dev, unsigned int max) } static void pcix_init(device_t dev) { - uint32_t dword; - uint16_t word; - uint8_t byte; - int nmi_option; - /* Bridge control ISA enable */ pci_write_config8(dev, 0x3e, 0x07); +#warning "Please review lots of dead code here." #if 0 + int nmi_option; + uint32_t dword; + uint16_t word; + uint8_t byte; /* Enable memory write and invalidate ??? */ byte = pci_read_config8(dev, 0x04); -- cgit v1.2.3