Unify Local APIC address definitions
[coreboot.git] / src / mainboard / supermicro / h8dmr_fam10 / mptable.c
index f2ee7a8d4b71ed788853cb1b8b92d697b95bc228..6ed584076876daa51bd2311065f0125a0fe6fd0a 100644 (file)
@@ -36,7 +36,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);