]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
proc: move PROC_PAGE_MONITOR to fs/proc/Kconfig
authorAlexey Dobriyan <adobriyan@gmail.com>
Thu, 2 Oct 2008 22:01:51 +0000 (02:01 +0400)
committerAlexey Dobriyan <adobriyan@gmail.com>
Fri, 10 Oct 2008 00:18:57 +0000 (04:18 +0400)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
fs/proc/Kconfig
init/Kconfig

index 73cd7a418f06e7430b76ba15564fb92472263333..50f8f0600f0657d47de7081883f7dfe0fa460b69 100644 (file)
@@ -57,3 +57,13 @@ config PROC_SYSCTL
          As it is generally a good thing, you should say Y here unless
          building a kernel for install/rescue disks or your system is very
          limited in memory.
+
+config PROC_PAGE_MONITOR
+       default y
+       depends on PROC_FS && MMU
+       bool "Enable /proc page monitoring" if EMBEDDED
+       help
+         Various /proc files exist to monitor process memory utilization:
+         /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
+         /proc/kpagecount, and /proc/kpageflags. Disabling these
+          interfaces will reduce the size of the kernel by approximately 4kb.
index c11da38837e5b7bef935297d3ec0da85c90e1fd7..8a8e2d00c40e1f73a6dafe6c114057014ec15138 100644 (file)
@@ -779,16 +779,6 @@ config MARKERS
 
 source "arch/Kconfig"
 
-config PROC_PAGE_MONITOR
-       default y
-       depends on PROC_FS && MMU
-       bool "Enable /proc page monitoring" if EMBEDDED
-       help
-         Various /proc files exist to monitor process memory utilization:
-         /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
-         /proc/kpagecount, and /proc/kpageflags. Disabling these
-          interfaces will reduce the size of the kernel by approximately 4kb.
-
 endmenu                # General setup
 
 config HAVE_GENERIC_DMA_COHERENT