From: Al Viro Date: Wed, 13 Dec 2006 08:34:59 +0000 (-0800) Subject: [PATCH] appldata_mem dependes on vm counters X-Git-Tag: firefly_0821_release~31950 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=62fb2ba3d870305e246c6cb317609c1dc2c9dd0b;p=firefly-linux-kernel-4.4.55.git [PATCH] appldata_mem dependes on vm counters Signed-off-by: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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.