Unify Local APIC address definitions
[coreboot.git] / src / mainboard / nvidia / l1_2pvv / mptable.c
index 5d13701f5a87b8b0e8065c1845bfa3200254255c..b7e1a8837b6ee887c710ce5d938c7cf044d5b32c 100644 (file)
@@ -37,7 +37,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);