diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-12-13 11:34:59 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 20:05:52 +0300 |
commit | 62fb2ba3d870305e246c6cb317609c1dc2c9dd0b (patch) | |
tree | 16ca23c98933b729e638cfa44e944464abac5830 | |
parent | 3b4709a6cd0578d129d032a5dec9dc2684b71b3a (diff) | |
download | linux-62fb2ba3d870305e246c6cb317609c1dc2c9dd0b.tar.xz |
[PATCH] appldata_mem dependes on vm counters
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | arch/s390/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index ff690564edbd..12272361c018 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -407,7 +407,7 @@ config APPLDATA_BASE config APPLDATA_MEM tristate "Monitor memory management statistics" - depends on APPLDATA_BASE + depends on APPLDATA_BASE && VM_EVENT_COUNTERS help This provides memory management related data to the Linux - VM Monitor Stream, like paging/swapping rate, memory utilisation, etc. |