[coreboot] New patch to review for coreboot: 2feda65 mptable: rename LAPIC_ADDR to LOCAL_APIC_ADDR

Sven Schnelle (svens@stackframe.org) gerrit at coreboot.org
Wed Jun 20 08:56:00 CEST 2012


Sven Schnelle (svens at stackframe.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1107

-gerrit

commit 2feda65b869662c41e964db3b9a15198cf7357d4
Author: Sven Schnelle <svens at stackframe.org>
Date:   Wed Jun 20 08:54:51 2012 +0200

    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 at stackframe.org>
---
 util/mptable/mptable.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/util/mptable/mptable.c b/util/mptable/mptable.c
index ce775dd..92ba544 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);",
 "",




More information about the coreboot mailing list