From 79186eaecdf61d0d53618d1c5d26a6e66850c1ff Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Wed, 27 Oct 2004 18:54:13 +0000 Subject: [PATCH] - Look for all 8 possible cpus git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1724 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/amdk8/northbridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/northbridge/amd/amdk8/northbridge.c b/src/northbridge/amd/amdk8/northbridge.c index 200877cec..1222b290f 100644 --- a/src/northbridge/amd/amdk8/northbridge.c +++ b/src/northbridge/amd/amdk8/northbridge.c @@ -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; -- 2.25.1