]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - mm/Kconfig
mm/Kconfig: update "Memory Model" help text
authorMike Rapoport <rppt@linux.ibm.com>
Tue, 14 May 2019 00:23:05 +0000 (17:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 May 2019 16:47:51 +0000 (09:47 -0700)
commitd66d109d3c9c31f4c2140a5ac6ab486c53cb0156
treec58594da017e02f447235f8cdab9ba7254e8223c
parent2fa2690ca6174dfd36df85918ce5eb2f83e4d1b1
mm/Kconfig: update "Memory Model" help text

The help describing the memory model selection is outdated.  It still says
that SPARSEMEM is experimental and DISCONTIGMEM is a preferred over
SPARSEMEM.

Update the help text for the relevant options:
* add a generic help for the "Memory Model" prompt
* add description for FLATMEM
* reduce the description of DISCONTIGMEM and add a deprecation note
* prefer SPARSEMEM over DISCONTIGMEM

Link: http://lkml.kernel.org/r/1556188531-20728-1-git-send-email-rppt@linux.ibm.com
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/Kconfig