Commit 594d42ab authored by Len Brown's avatar Len Brown

[ACPI] NUMA build fix -- NR_MEMBLKS is now NR_NODE_MEMBLKS

parent 0979ec20
...@@ -172,7 +172,7 @@ acpi_numa_init() ...@@ -172,7 +172,7 @@ acpi_numa_init()
NR_CPUS); NR_CPUS);
result = acpi_table_parse_srat(ACPI_SRAT_MEMORY_AFFINITY, result = acpi_table_parse_srat(ACPI_SRAT_MEMORY_AFFINITY,
acpi_parse_memory_affinity, acpi_parse_memory_affinity,
NR_MEMBLKS); NR_NODE_MEMBLKS); // IA64 specific
} else { } else {
/* FIXME */ /* FIXME */
printk("Warning: acpi_table_parse(ACPI_SRAT) returned %d!\n",result); 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