mptable: rename LAPIC_ADDR to LOCAL_APIC_ADDR

It was renamed in coreboot, so have mptable generate correct code.

Change-Id: I9579209f9f47b756d8ccab63b6f942d22d53d79d
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/1107
Tested-by: build bot (Jenkins)
This commit is contained in:
Sven Schnelle 2012-06-20 08:54:51 +02:00
parent edac28ce65
commit 0b879f838f
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ char *preamble[] = {
"",
" mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);",
"",
" mptable_init(mc, \"TODO \", LAPIC_ADDR);",
" mptable_init(mc, \"TODO \", LOCAL_APIC_ADDR);",
"",
" smp_write_processors(mc);",
"",