aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2012-06-20 08:54:51 +0200
committerSven Schnelle <svens@stackframe.org>2012-06-20 09:38:01 +0200
commit0b879f838f294f3908fa86ed75bd53b9fe1ea3d4 (patch)
tree03b82de0923d2b6af5293c26724f315e18d43b88
parentedac28ce65e48d6b2a0a2421d046a4fe4b2bf589 (diff)
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)
-rw-r--r--util/mptable/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mptable/mptable.c b/util/mptable/mptable.c
index ce775dd712..92ba544723 100644
--- a/util/mptable/mptable.c
+++ b/util/mptable/mptable.c
@@ -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);",
"",