rebased to origin/master
[coreboot.git] / src / mainboard / asus / m5a99x-evo / mptable.c
index 516b915c45912d46fa921b83be1da5ee32032595..ff50e3acfd8f9b572bb7395c6bc8b11d8af317cd 100644 (file)
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <stdint.h>
 #include <cpu/amd/amdfam10_sysconf.h>
-#include <SBPLATFORM.h>
+#include <SbPlatform.h>
 
 extern int bus_isa;
 extern u8 bus_rs780[11];
@@ -52,7 +52,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, LAPIC_ADDR);
+       mptable_init(mc, LOCAL_APIC_ADDR);
 
        smp_write_processors(mc);