aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/e350m1/get_bus_conf.c
diff options
context:
space:
mode:
authorMarshall Buschman <mbuschman@lucidmachines.com>2011-06-04 15:43:15 +0000
committerPeter Stuge <peter@stuge.se>2011-06-04 15:43:15 +0000
commit6d5ee2d80a0fc0a30322df0c40f2d374c963a370 (patch)
tree2005c310633d11e2c92e8bbf79558a3d71e7f0c5 /src/mainboard/asrock/e350m1/get_bus_conf.c
parente1898b5fa1f007069c25be53a8369429135fa7e9 (diff)
Port persimmon r6572 to e350m1: I/O APIC ID
1) Set I/O APIC ID according to BKDG recommendation 2) Correct I/O APIC ID reported by mptable Signed-off-by: Marshall Buschman <mbuschman@lucidmachines.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6621 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asrock/e350m1/get_bus_conf.c')
-rw-r--r--src/mainboard/asrock/e350m1/get_bus_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asrock/e350m1/get_bus_conf.c b/src/mainboard/asrock/e350m1/get_bus_conf.c
index 9e148d0783..5f48498bce 100644
--- a/src/mainboard/asrock/e350m1/get_bus_conf.c
+++ b/src/mainboard/asrock/e350m1/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