Patrick Georgi ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/410

-gerrit

commit ef31a985c4c922c8c87faa907768c2c4fc3e887e
Author: Patrick Georgi <[email protected]>
Date:   Sat Oct 15 01:03:16 2011 +0200

    Fix typo
    
    Change-Id: I195ea15ddbc725091e32191fac3b84d01b456580
    Signed-off-by: Patrick Georgi <[email protected]>
---
 src/mainboard/supermicro/h8qgi/mptable.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mainboard/supermicro/h8qgi/mptable.c 
b/src/mainboard/supermicro/h8qgi/mptable.c
index 7373cb8..5c01994 100644
--- a/src/mainboard/supermicro/h8qgi/mptable.c
+++ b/src/mainboard/supermicro/h8qgi/mptable.c
@@ -62,7 +62,7 @@ static void *smp_write_config_table(void *v)
 #if CONFIG_MAX_CPUS >= 16
        apicid_sp5100 = 0x0;
 #else
-       apicid_sp5100 = CONFIG_MAX_CPUS + 1
+       apicid_sp5100 = CONFIG_MAX_CPUS + 1;
 #endif
        apicid_sr5650 = apicid_sp5100 + 1;
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to