- Moved hlt() to it's own header.
[coreboot.git] / src / northbridge / amd / amdk8 / early_ht.c
index 4de8fa1075f02328b9b1312fb2e37c7cb892e99c..90f258e1bc4bd13526b96c29ab942acedfd2bcb9 100644 (file)
@@ -1,4 +1,4 @@
-static int enumerate_ht_chain(unsigned link)
+static int enumerate_ht_chain(void)
 {
        /* Assumption the HT chain that is bus 0 has the HT I/O Hub on it.
         * On most boards this just happens.  If a cpu has multiple
@@ -49,3 +49,4 @@ static int enumerate_ht_chain(unsigned link)
        } while((last_unitid != next_unitid) && (next_unitid <= 0x1f));
        return reset_needed;
 }
+