]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Correct handling of MADT table CPUs
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:31 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:23 +0000 (11:27 +0800)
commit025b77954116d57fa3acd71e8bb09c7b47032cdf
tree5d8a558d6785fbca65ecc4b7073d553ec04ca1e7
parent49161056121b8fbef49de9a0945e824542e7dfb5
x86: Correct handling of MADT table CPUs

At present if hyperthreading is disabled the CPU numbering is not
sequential. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/acpi_table.c