vserver 1.9.5.x5
[linux-2.6.git] / Documentation / vm / numa
index 21a3442..4b8db1b 100644 (file)
@@ -29,7 +29,7 @@ Each node's page allocation data structures have also been encapsulated
 into a pg_data_t. The bootmem_data_t is just one part of this. To 
 make the code look uniform between NUMA and regular UMA platforms, 
 UMA platforms have a statically allocated pg_data_t too (contig_page_data).
-For the sake of uniformity, the variable "numnodes" is also defined
+For the sake of uniformity, the function num_online_nodes() is also defined
 for all platforms. As we run benchmarks, we might decide to NUMAize 
 more variables like low_on_memory, nr_free_pages etc into the pg_data_t.