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

docs: move nommu-mmap.txt to admin-guide and rename to ReST

The nommu-mmap.txt file provides description of user visible
behaviuour. So, move it to the admin-guide.

As it is already at the ReST, also rename it.

Suggested-by: Mike Rapoport <rppt@linux.ibm.com>
Suggested-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/3a63d1833b513700755c85bf3bda0a6c4ab56986.1592918949.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
800c02f5 f00c313b

+6 -5
+1
Documentation/admin-guide/mm/index.rst
··· 31 31 idle_page_tracking 32 32 ksm 33 33 memory-hotplug 34 + nommu-map 34 35 numa_memory_policy 35 36 numaperf 36 37 pagemap
+1 -1
Documentation/admin-guide/sysctl/vm.rst
··· 583 583 584 584 The default value is 1. 585 585 586 - See Documentation/nommu-mmap.txt for more information. 586 + See Documentation/admin-guide/mm/nommu-mmap.rst for more information. 587 587 588 588 589 589 numa_zonelist_order
+1 -1
Documentation/gpu/drm-mm.rst
··· 314 314 a pointer on drm_gem_cma_get_unmapped_area(). 315 315 316 316 More detailed information about get_unmapped_area can be found in 317 - Documentation/nommu-mmap.txt 317 + Documentation/admin-guide/mm/nommu-mmap.rst 318 318 319 319 Memory Coherency 320 320 ----------------
Documentation/nommu-mmap.txt Documentation/admin-guide/mm/nommu-mmap.rst
+1 -1
init/Kconfig
··· 1957 1957 userspace. Since that isn't generally a problem on no-MMU systems, 1958 1958 it is normally safe to say Y here. 1959 1959 1960 - See Documentation/nommu-mmap.txt for more information. 1960 + See Documentation/mm/nommu-mmap.rst for more information. 1961 1961 1962 1962 config SYSTEM_DATA_VERIFICATION 1963 1963 def_bool n
+1 -1
mm/Kconfig
··· 387 387 This option specifies the initial value of this option. The default 388 388 of 1 says that all excess pages should be trimmed. 389 389 390 - See Documentation/nommu-mmap.txt for more information. 390 + See Documentation/mm/nommu-mmap.rst for more information. 391 391 392 392 config TRANSPARENT_HUGEPAGE 393 393 bool "Transparent Hugepage Support"
+1 -1
mm/nommu.c
··· 5 5 * Replacement code for mm functions to support CPU's that don't 6 6 * have any form of memory management unit (thus no virtual memory). 7 7 * 8 - * See Documentation/nommu-mmap.txt 8 + * See Documentation/mm/nommu-mmap.rst 9 9 * 10 10 * Copyright (c) 2004-2008 David Howells <dhowells@redhat.com> 11 11 * Copyright (c) 2000-2003 David McCullough <davidm@snapgear.com>