diff options
Diffstat (limited to 'Documentation/vm/numa')
-rw-r--r-- | Documentation/vm/numa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/numa b/Documentation/vm/numa index b28fb352b..21a3442b7 100644 --- a/Documentation/vm/numa +++ b/Documentation/vm/numa @@ -14,7 +14,7 @@ across nodes, and trying to house all the data structures that key components of the kernel need on memory on that node. Currently, all the numa support is to provide efficient handling -of widely discontinuous physical memory, so architectures which +of widely discontiguous physical memory, so architectures which are not NUMA but can have huge holes in the physical address space can use the same code. All this code is bracketed by CONFIG_DISCONTIGMEM. |