Commit 800c02f5 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet
Browse files

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: default avatarMike Rapoport <rppt@linux.ibm.com>
Suggested-by: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/3a63d1833b513700755c85bf3bda0a6c4ab56986.1592918949.git.mchehab+huawei@kernel.org


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent f00c313b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ the Linux memory management.
   idle_page_tracking
   ksm
   memory-hotplug
   nommu-map
   numa_memory_policy
   numaperf
   pagemap
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ trimming of allocations is initiated.

The default value is 1.

See Documentation/nommu-mmap.txt for more information.
See Documentation/admin-guide/mm/nommu-mmap.rst for more information.


numa_zonelist_order
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ To use drm_gem_cma_get_unmapped_area(), drivers must fill the struct
a pointer on drm_gem_cma_get_unmapped_area().

More detailed information about get_unmapped_area can be found in
Documentation/nommu-mmap.txt
Documentation/admin-guide/mm/nommu-mmap.rst

Memory Coherency
----------------
+1 −1
Original line number Diff line number Diff line
@@ -1957,7 +1957,7 @@ config MMAP_ALLOW_UNINITIALIZED
	  userspace.  Since that isn't generally a problem on no-MMU systems,
	  it is normally safe to say Y here.

	  See Documentation/nommu-mmap.txt for more information.
	  See Documentation/mm/nommu-mmap.rst for more information.

config SYSTEM_DATA_VERIFICATION
	def_bool n
Loading