linux/drivers/acpi/numa
Yuntao Wang e3f577830c ACPI: NUMA: Fix the logic of getting the fake_pxm value
The for loop does not iterate over the last element of the node_to_pxm_map
array. This could lead to a conflict between the final fake_pxm value and
the existing pxm values. That is, the final fake_pxm value can not be
guaranteed to be an unused pxm value.

While at it, fix up white space in slit_valid().

Signed-off-by: Yuntao Wang <ytcoode@gmail.com>
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2023-12-12 20:36:19 +01:00
..
hmat.c acpi, hmat: calculate abstract distance with HMAT 2023-10-16 15:44:39 -07:00
Kconfig arch: Remove Itanium (IA-64) architecture 2023-09-11 08:13:17 +00:00
Makefile
srat.c ACPI: NUMA: Fix the logic of getting the fake_pxm value 2023-12-12 20:36:19 +01:00