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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5a52edded382c2f436721d5a044ed16c290c5750;p=linux.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 b53427ad30a34..57971d2ab848f 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