commit | c294b7d2701230d7e66aaeeb541d7997f880023e | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Oct 27 10:25:10 2023 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Oct 27 17:36:31 2023 +0100 |
tree | 52d42e5d784da7c8a0a76302a30319bd55d3661e | |
parent | 72f416f382f061199900096f50315608b75aae8b [diff] |
lib/acpi: Fix the behavior to fit with how it used to be z_acpi_get_cpu() used to retrieve the local apic on enabled CPU, where n was about the n'th enabled CPU, not just the n'th local apic. The system indeed keeps local apic info also about non-enabled CPU, and we don't care about these as there is nothing to do about it. This issue exists on up_squared board for instance, but it's a common one anyway. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>