Unify Local APIC address definitions
[coreboot.git] / src / mainboard / hp / dl145_g1 / mptable.c
index e33f6814a79cdc277b94acedb3eecbed3c36a951..35dedde5258c7c70c7a74aafee40857ef9383e68 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);