X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Fvm%2Fnuma;h=4b8db1bd3b78e5dd6b670f8a24afb11985070b21;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=21a3442b77b918a385a04b4dd42ce2930aae2766;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/Documentation/vm/numa b/Documentation/vm/numa index 21a3442b7..4b8db1bd3 100644 --- a/Documentation/vm/numa +++ b/Documentation/vm/numa @@ -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.