From: David Howells Date: Mon, 13 Apr 2009 21:40:01 +0000 (-0700) Subject: mm: point the UNEVICTABLE_LRU config option at the documentation X-Git-Tag: firefly_0821_release~14496 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5a52edded382c2f436721d5a044ed16c290c5750;p=firefly-linux-kernel-4.4.55.git mm: point the UNEVICTABLE_LRU config option at the documentation Point the UNEVICTABLE_LRU config option at the documentation describing the option. Signed-off-by: David Howells Cc: Lee Schermerhorn Cc: Rik van Riel Cc: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/Kconfig b/mm/Kconfig index b53427ad30a3..57971d2ab848 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -213,6 +213,8 @@ config UNEVICTABLE_LRU will use one page flag and increase the code size a little, say Y unless you know what you are doing. + See Documentation/vm/unevictable-lru.txt for more information. + config HAVE_MLOCK bool default y if MMU=y