1
0
Fork 0
alistair23-linux/drivers/acpi/numa
Hanjun Guo 5b1e80204d ACPI: NUMA: Remove the useless 'node >= MAX_NUMNODES' check
acpi_map_pxm_to_node() will never return a NUMA node greater than
MAX_NUMNODES, so the 'node >= MAX_NUMNODES' check is not needed.
Remove it.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2020-07-27 15:19:12 +02:00
..
Kconfig ACPI: NUMA: HMAT: Register "soft reserved" memory as an "hmem" device 2019-11-07 15:45:23 +01:00
Makefile ACPI: NUMA: Establish a new drivers/acpi/numa/ directory 2019-11-07 15:43:38 +01:00
hmat.c ACPI: HMAT: use %u instead of %d to print u32 values 2019-11-12 10:05:57 +01:00
srat.c ACPI: NUMA: Remove the useless 'node >= MAX_NUMNODES' check 2020-07-27 15:19:12 +02:00