Unify Local APIC address definitions
[coreboot.git] / src / mainboard / arima / hdama / mptable.c
index 466ba882e6dcb0d3114a0f5de4fdcd2b7246bb7f..f67327e891675066757fe7d01cff4606328c243f 100644 (file)
@@ -75,7 +75,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);