Change-Id: I195ea15ddbc725091e32191fac3b84d01b456580
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/410
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi 2011-10-15 01:03:16 +02:00 committed by Stefan Reinauer
parent 287ca504a5
commit 65027021ae
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ static void *smp_write_config_table(void *v)
#if CONFIG_MAX_CPUS >= 16 #if CONFIG_MAX_CPUS >= 16
apicid_sp5100 = 0x0; apicid_sp5100 = 0x0;
#else #else
apicid_sp5100 = CONFIG_MAX_CPUS + 1 apicid_sp5100 = CONFIG_MAX_CPUS + 1;
#endif #endif
apicid_sr5650 = apicid_sp5100 + 1; apicid_sr5650 = apicid_sp5100 + 1;