Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation/mm: Fix typo in NUMA paragraph

Fixed a typo in Documentation/mm/numa.rst:
-changed 'allocated' to 'allocate' in the paragraph about
memoryless nodes.

Signed-off-by: Ariful Islam Shoikot <islamarifulshoikat@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260307114006.33183-1-islamarifulshoikat@gmail.com>

authored by

Ariful Islam Shoikot and committed by
Jonathan Corbet
73f29b02 4fe1e1dc

+1 -1
+1 -1
Documentation/mm/numa.rst
··· 140 140 141 141 If the architecture supports--does not hide--memoryless nodes, then CPUs 142 142 attached to memoryless nodes would always incur the fallback path overhead 143 - or some subsystems would fail to initialize if they attempted to allocated 143 + or some subsystems would fail to initialize if they attempted to allocate 144 144 memory exclusively from a node without memory. To support such 145 145 architectures transparently, kernel subsystems can use the numa_mem_id() 146 146 or cpu_to_mem() function to locate the "local memory node" for the calling or