Unify Local APIC address definitions
[coreboot.git] / src / mainboard / gigabyte / ga_2761gxdk / mptable.c
index b52cda9c77fc6d3a9ea71b84fdc3e5371bd3c222..914b25a9a7427dbd0246aafec3c806e14082f161 100644 (file)
@@ -40,7 +40,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);