- Look for all 8 possible cpus
authorEric Biederman <ebiederm@xmission.com>
Wed, 27 Oct 2004 18:54:13 +0000 (18:54 +0000)
committerEric Biederman <ebiederm@xmission.com>
Wed, 27 Oct 2004 18:54:13 +0000 (18:54 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1724 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/northbridge/amd/amdk8/northbridge.c

index 200877cec2c654fd5b1322b7bb7eb1fb810b7435..1222b290f6be6b801d0f1893d3f84738836eb833 100644 (file)
@@ -714,7 +714,7 @@ static unsigned int cpu_bus_scan(device_t dev, unsigned int max)
 
        /* Find which cpus are present */
        cpu_bus = &dev->link[0];
-       for(i = 0; i < 7; i++) {
+       for(i = 0; i < 8; i++) {
                device_t dev, cpu;
                struct device_path cpu_path;