[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20061208091933.GN4587@ftp.linux.org.uk>
Date: Fri, 8 Dec 2006 09:19:33 +0000
From: Al Viro <viro@....linux.org.uk>
To: Linus Torvalds <torvalds@...l.org>
Cc: schwidefsky@...ibm.com, linux-kernel@...r.kernel.org
Subject: [PATCH] appldata_mem dependes on vm counters
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
arch/s390/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 583d9ff..82313d8 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -401,7 +401,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.
--
1.4.2.GIT
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists