From 20a2a570929820b197476a48291973c0fb62d373 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Mon, 10 Jan 2005 19:20:38 +0000 Subject: no siblings yet git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1848 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/amdk8/northbridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/amd/amdk8/northbridge.c') diff --git a/src/northbridge/amd/amdk8/northbridge.c b/src/northbridge/amd/amdk8/northbridge.c index 16f8919ced..a36e6b96a6 100644 --- a/src/northbridge/amd/amdk8/northbridge.c +++ b/src/northbridge/amd/amdk8/northbridge.c @@ -766,7 +766,7 @@ static unsigned int cpu_bus_scan(device_t dev, unsigned int max) if (cpu) { if(enable_apic_ext_id) { if(cpu->path.u.apic.apic_idpath.u.apic.apic_id > siblings) || (bsp_apic_id!=0) ) + if( (cpu->path.u.apic.apic_id > 0) || (bsp_apic_id!=0) ) cpu->path.u.apic.apic_id += apic_id_offset; } } -- cgit v1.2.3