Unify Local APIC address definitions
[coreboot.git] / src / mainboard / via / epia-n / mptable.c
index c7c554a71e48eabb24329cdfb847aa4c8f8aa8d4..de25d0e54936759b408d1e714029be18f1b2d9b6 100644 (file)
@@ -14,7 +14,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);
         mptable_write_buses(mc, NULL, &isa_bus);