From 65027021ae026498740f40501179516380dd6ad8 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 15 Oct 2011 01:03:16 +0200 Subject: [PATCH] Fix typo Change-Id: I195ea15ddbc725091e32191fac3b84d01b456580 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/410 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/supermicro/h8qgi/mptable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/supermicro/h8qgi/mptable.c b/src/mainboard/supermicro/h8qgi/mptable.c index 7373cb8a1..5c01994bb 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; -- 2.25.1