linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Kconfig: CONFIG_UNEVICTABLE_LRU move into EMBEDDED submenu
@ 2009-05-13  8:30 KOSAKI Motohiro
  2009-05-13  8:51 ` Minchan Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: KOSAKI Motohiro @ 2009-05-13  8:30 UTC (permalink / raw)
  To: LKML, linux-mm, Andrew Morton, Lee Schermerhorn, Minchan Kim
  Cc: kosaki.motohiro

Subject: [PATCH] Kconfig: CONFIG_UNEVICTABLE_LRU move into EMBEDDED submenu

Almost people always turn on CONFIG_UNEVICTABLE_LRU. this configuration is
used only embedded people.
Thus, moving it into embedded submenu is better.


Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Cc: Minchan Kim <minchan.kim@gmail.com>
---
 init/Kconfig |   12 ++++++++++++
 mm/Kconfig   |   12 ------------
 2 files changed, 12 insertions(+), 12 deletions(-)

Index: b/mm/Kconfig
===================================================================
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -203,18 +203,6 @@ config VIRT_TO_BUS
 	def_bool y
 	depends on !ARCH_NO_VIRT_TO_BUS
 
-config UNEVICTABLE_LRU
-	bool "Add LRU list to track non-evictable pages"
-	default y
-	help
-	  Keeps unevictable pages off of the active and inactive pageout
-	  lists, so kswapd will not waste CPU time or have its balancing
-	  algorithms thrown off by scanning these pages.  Selecting this
-	  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
Index: b/init/Kconfig
===================================================================
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -954,6 +954,18 @@ config SLUB_DEBUG
 	  SLUB sysfs support. /sys/slab will not exist and there will be
 	  no support for cache validation etc.
 
+config UNEVICTABLE_LRU
+	bool "Add LRU list to track non-evictable pages" if EMBEDDED
+	default y
+	help
+	  Keeps unevictable pages off of the active and inactive pageout
+	  lists, so kswapd will not waste CPU time or have its balancing
+	  algorithms thrown off by scanning these pages.  Selecting this
+	  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 STRIP_ASM_SYMS
 	bool "Strip assembler-generated symbols during link"
 	default n


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-05-13 23:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-13  8:30 [PATCH] Kconfig: CONFIG_UNEVICTABLE_LRU move into EMBEDDED submenu KOSAKI Motohiro
2009-05-13  8:51 ` Minchan Kim
2009-05-13  8:59   ` KOSAKI Motohiro
2009-05-13 10:12     ` Minchan Kim
2009-05-13 10:37       ` David Woodhouse
2009-05-13 11:13         ` Minchan Kim
2009-05-13 14:34         ` Matt Mackall
2009-05-13 14:45           ` David Woodhouse
2009-05-13 11:09 ` Andi Kleen
2009-05-13 11:18   ` KOSAKI Motohiro
2009-05-13 11:38     ` Andi Kleen
2009-05-13 11:41       ` Minchan Kim
2009-05-13 11:49         ` Andi Kleen
2009-05-13 11:58       ` KOSAKI Motohiro
2009-05-13 12:12         ` Minchan Kim
2009-05-13 14:13         ` Andi Kleen
2009-05-13 23:17           ` KOSAKI Motohiro
2009-05-13 11:24 ` Johannes Weiner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox