Fix typo
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:
parent
287ca504a5
commit
65027021ae
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue