Commit 751c7fbc authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] acpi numa build fix

From: jbarnes@sgi.com (Jesse Barnes)

Fix a missing conversion from the memblks removal.
parent 892dddb6
......@@ -172,7 +172,7 @@ acpi_numa_init()
NR_CPUS);
result = acpi_table_parse_srat(ACPI_SRAT_MEMORY_AFFINITY,
acpi_parse_memory_affinity,
NR_MEMBLKS);
NR_NODE_MEMBLKS);
} else {
/* FIXME */
printk("Warning: acpi_table_parse(ACPI_SRAT) returned %d!\n",result);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment