ChangeLog:
[coreboot.git] / src / southbridge / nvidia / mcp55 / mcp55_lpc.c
index 3cfcd57a71feca2d99c886675ef810e08d1f7e6b..4aff4529588b06853dab44623cf6cd4a926434e0 100644 (file)
@@ -155,7 +155,6 @@ static void lpc_slave_init(device_t dev)
        lpc_common_init(dev, 0);
 }
 
-#if 0
 static void enable_hpet(struct device *dev)
 {
        unsigned long hpet_address;
@@ -164,7 +163,6 @@ static void enable_hpet(struct device *dev)
        hpet_address=pci_read_config32(dev,0x44)& 0xfffffffe;
        printk_debug("enabling HPET @0x%x\n", hpet_address);
 }
-#endif
 
 static void lpc_init(device_t dev)
 {
@@ -242,7 +240,7 @@ static void lpc_init(device_t dev)
        isa_dma_init();
 
        /* Initialize the High Precision Event Timers */
-//     enable_hpet(dev);
+       enable_hpet(dev);
 
 }