Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113674
b: refs/heads/master
c: 53167a3
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan committed Oct 10, 2008
1 parent 862010e commit 5d60a89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81324364b76eba592255d4b712e522f9fd8d25f4
refs/heads/master: 53167a3ef23df561d898dee636f3393e9fba937c
10 changes: 10 additions & 0 deletions trunk/fs/proc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 0 additions & 10 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d60a89

Please sign in to comment.