]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] acpi numa build fix
authorAndrew Morton <akpm@osdl.org>
Fri, 13 Feb 2004 07:44:42 +0000 (23:44 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 13 Feb 2004 07:44:42 +0000 (23:44 -0800)
From: jbarnes@sgi.com (Jesse Barnes)

Fix a missing conversion from the memblks removal.

drivers/acpi/numa.c

index 90f609127127c12c485886b810cf6233b734313a..15494a4e26ff74bebeb42cdd20a5691d1eaf97da 100644 (file)
@@ -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);