We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56a0b97 + 35b9ad8 commit ffba17bCopy full SHA for ffba17b
drivers/acpi/hmat/hmat.c
@@ -403,7 +403,7 @@ static int __init hmat_parse_proximity_domain(union acpi_subtable_headers *heade
403
pr_info("HMAT: Memory Flags:%04x Processor Domain:%d Memory Domain:%d\n",
404
p->flags, p->processor_PD, p->memory_PD);
405
406
- if (p->flags & ACPI_HMAT_MEMORY_PD_VALID) {
+ if (p->flags & ACPI_HMAT_MEMORY_PD_VALID && hmat_revision == 1) {
407
target = find_mem_target(p->memory_PD);
408
if (!target) {
409
pr_debug("HMAT: Memory Domain missing from SRAT\n");
0 commit comments