- Look for all 8 possible cpus
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1724 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a58cd524fb
commit
79186eaecd
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue