aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/persimmon/get_bus_conf.c
diff options
context:
space:
mode:
authorScott Duplichan <scott@notabs.org>2011-05-15 21:07:43 +0000
committerMarc Jones <marc.jones@amd.com>2011-05-15 21:07:43 +0000
commit6f7375c24c0284af1811f7d14118b21fff10160a (patch)
treed8fb937f7d0aa0c93bc4f24d5f7eef3e2112180f /src/mainboard/amd/persimmon/get_bus_conf.c
parent6d6a456c9af2fdb88260d06b532a3be0b0b55e2f (diff)
1) Set I/O APIC ID according to BKDG recommendation
2) Correct I/O APIC ID reported by mptable Signed-off-by: Scott Duplichan <scott@notabs.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6572 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/persimmon/get_bus_conf.c')
-rw-r--r--src/mainboard/amd/persimmon/get_bus_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/persimmon/get_bus_conf.c b/src/mainboard/amd/persimmon/get_bus_conf.c
index 9e148d0783..5f48498bce 100644
--- a/src/mainboard/amd/persimmon/get_bus_conf.c
+++ b/src/mainboard/amd/persimmon/get_bus_conf.c
@@ -138,7 +138,7 @@ void get_bus_conf(void)
/* I/O APICs: APIC ID Version State Address */
bus_isa = 10;
- apicid_base = CONFIG_MAX_PHYSICAL_CPUS;
+ apicid_base = CONFIG_MAX_CPUS;
//#if CONFIG_LOGICAL_CPUS==1
// apicid_base = get_apicid_base(1);
//#endif