046848ce1f
The previous implementation was using a for loop. By it's very definition the last statement in the for loop declaration is done at the end of the loop. Therefore, if the conditional for breaking out of the for loop because of a timeout would always see a value of 0 for the number of APs accepted. Correct this by changing to a while loop with an explicit timeout condition at the end of the loop. Change-Id: I503953c46c2a65f7e264ed49c94c0a46d6c41c57 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/20225 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> |
||
---|---|---|
.. | ||
16bit | ||
32bit | ||
cache | ||
lapic | ||
mtrr | ||
name | ||
pae | ||
smm | ||
tsc | ||
backup_default_smm.c | ||
car.c | ||
fpu_enable.inc | ||
Kconfig | ||
Makefile.inc | ||
mirror_payload.c | ||
mp_init.c | ||
sipi_vector.S | ||
sse_enable.inc |