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:
parent
edac28ce65
commit
0b879f838f
|
@ -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);",
|
||||
"",
|
||||
|
|
Loading…
Reference in New Issue